Skip to content

Honor Gradle's buildDir property #127

@robertwenner

Description

@robertwenner

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions