-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels