Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such property: format #44

Closed
bazted opened this issue Jan 23, 2016 · 2 comments
Closed

No such property: format #44

bazted opened this issue Jan 23, 2016 · 2 comments

Comments

@bazted
Copy link

bazted commented Jan 23, 2016

Hello,
thanks for great plugin.

I have faced an issue while configuring plugin.

I have included this block in build.gradle of my application module.

dexcount {
format = "tree"
}

But Gradle throws:

Error:(88, 0) No such property: format for class: com.getkeepsafe.dexcount.DexMethodCountExtension_Decorated

I am using
Gradle 2.10 via wrapper
Android gradle build plugin 1.5.0

@benjamin-bader
Copy link
Collaborator

Ack, sorry. That's a documentation bug - that feature is in the latest snapshot builds, not the actual release. I'll fix the readme.

@benjamin-bader
Copy link
Collaborator

...On second thought, I just released 0.4.0. The configuration format = "list|tree|yaml|json" will work with the new version; expect it to hit Maven Central in the next 1-3 hours.

Please try the new version; if this still doesn't work for you, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants