JakeWharton / hugo

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

Gradle DSL method not found: hugo() #104

Closed IgorGanapolsky closed 8 years ago

IgorGanapolsky commented 8 years ago

Hi, I am trying to follow your instructions for disabling hugo in Gradle. I put this in my app's build.gradle file: hugo { enabled false }

However, Android Studio is throwing a build error:

Error:(32, 0) Gradle DSL method not found: 'hugo()'

Please advise how I can correct this. Igor

JakeWharton commented 8 years ago

It's not released yet. It will be in the next version when I get around to making the final release.

On Wed, Nov 4, 2015, 4:42 PM Igor Ganapolsky notifications@github.com wrote:

Hi, I am trying to follow your instructions for disabling hugo in Gradle. I put this in my app's build.gradle file: hugo { enabled false }

However, Android Studio is throwing a build error:

Error:(32, 0) Gradle DSL method not found: 'hugo()'

Please advise how I can correct this. Igor

— Reply to this email directly or view it on GitHub https://github.com/JakeWharton/hugo/issues/104.

maysam commented 8 years ago

:eyes:

Gopinathp commented 8 years ago

Hey @JakeWharton, this is not yet released. Any plans on the next release?

This wonderful library becomes less useful if I can't turn off logging in production.

ened commented 7 years ago

@JakeWharton kindly release it, thank you

JakeWharton commented 7 years ago

No plans to make another release.

On Mon, Mar 20, 2017 at 12:20 AM Sebastian Roth notifications@github.com wrote:

@JakeWharton https://github.com/JakeWharton kindly release it, thank you

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JakeWharton/hugo/issues/104#issuecomment-287676493, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEbN2KGwQslVPYk6oBhstWa4Y0xurks5rnf6bgaJpZM4Gb1vo .

rpattabi commented 7 years ago

Oh! In that case, I think @DebugLog annotation would be a nice addition to Timber. @JakeWharton Any such plans / work in progress?