Closed jameswald closed 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:
Error:(12, 0) Plugin with id 'com.jakewharton.hugo' not found.
apply plugin: 'hugo'
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.
master
hugo
When following the README which states that the plugin is to be applied with:
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: