Skip to content

Add in a Gradle Property to enable the full execution of the the plugin, without interfering with typical Gradle Builds. #2

Open
@handstandsam

Description

When developing invert with org.gradle.configureondemand=true, the :invert task would run on all subprojects as one would expect. In order to do this, all projects are marked as dependencies requiring a full configuration of all the projects.

In order to avoid this in standard development, we should add a flag to only do this when a report needs to be generated.

./gradlew :invert -Pinvert.enabled=true or something like this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions