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

Error when using configuration on version 0.8.0 #31

Closed
bjarneheden opened this issue Jan 24, 2018 · 2 comments
Closed

Error when using configuration on version 0.8.0 #31

bjarneheden opened this issue Jan 24, 2018 · 2 comments

Comments

@bjarneheden
Copy link

I get "Error:(123, 0) Could not find method licenseReport() for arguments [build_cqkmblnzf6152h2yrw5tqbk5i$_run_closure2@234d2d61] on project ':app' of type org.gradle.api.Project."
When trying to use configuration using version 0.8.0.

licenseReport {
generateHtmlReport = false
generateJsonReport = true
copyHtmlReportToAssets = false
copyJsonReportToAssets = true
}

(I only want a JSON report copied to assets, not the html report)

I tried the same thing using the 0.8.1-SNAPSHOT version and then it works just fine.
Any ETA for a release of 0.8.1 so I do not need to use a snapshot version?

@jaredsburrows
Copy link
Owner

@MatthewTamlin @bjarneheden This is my fault but basically we just merged this feature in. Let me take a look into releasing it soon!

@jaredsburrows
Copy link
Owner

@bjarneheden Released 0.8.1 here: 6990241.

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