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

Honor Gradle's buildDir property #127

Closed
robertwenner opened this issue Feb 15, 2017 · 2 comments
Closed

Honor Gradle's buildDir property #127

robertwenner opened this issue Feb 15, 2017 · 2 comments

Comments

@robertwenner
Copy link

I have this build script:

plugins {
    id 'java'
    id 'com.github.hierynomus.license' version '0.13.1'
}
buildDir = 'generated'

When I run gradle java, I get the .class files under generated/ as expected.

When I run gradle downLic, it creates a folder named build/ and puts its reports in that.

How can I change that? I think it would be best to honor the global buildDir (like other plugins do), but I can live with a configuration option in the license-gradle-plugin as well.

@hierynomus
Copy link
Owner

Good find. I'll fix that :)

@robertwenner
Copy link
Author

Wow, you're fast! Awesome, thanks!

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