Closed Stefantost closed 9 years ago
:+1:
:+1:
DOH! see also #57 !
This is not correct for master
.
@JakeWharton I am using com.jakewharton.hugo:hugo-plugin:1.1.0
and I had to use apply plugin: 'hugo'
as when I used apply plugin: 'com.jakewharton.hugo'
, I got the following error:
Error:(13, 0) Plugin with id 'com.jakewharton.hugo' not found.
I am aware. For the version on master
, however, that is not true.
The gradle-howto in readme.md is wrong. I needed to do
apply plugin: 'hugo'
instead of the 'com.jakewharton.hugo' line