JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.
Apache License 2.0
7.92k stars 798 forks source link

Plugin with id 'com.jakewharton.hugo' not found #69

Closed jameswald closed 9 years ago

jameswald commented 9 years ago

When following the README which states that the plugin is to be applied with:

apply plugin: 'com.jakewharton.hugo'

I end up with Error:(12, 0) Plugin with id 'com.jakewharton.hugo' not found. When I follow hugo's own example it works fine:

apply plugin: 'hugo'
jameswald commented 9 years ago

I should have searched first. This is a dupe of other existing issues. The README reflects master whereas 1.1.0 was still named hugo, which is the latest release as of this writing.