JakeWharton / hugo

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

Update README.md #56

Closed Stefantost closed 9 years ago

Stefantost commented 10 years ago

The gradle-howto in readme.md is wrong. I needed to do

apply plugin: 'hugo'

instead of the 'com.jakewharton.hugo' line

szechyjs commented 9 years ago

:+1:

winterDroid commented 9 years ago

:+1:

axd1967 commented 9 years ago

DOH! see also #57 !

JakeWharton commented 9 years ago

This is not correct for master.

kyhule commented 9 years ago

@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.

JakeWharton commented 9 years ago

I am aware. For the version on master, however, that is not true.