Add in a Gradle Property to enable the full execution of the the plugin, without interfering with typical Gradle Builds. #2
Open
Description
opened on Apr 22, 2024
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.
Metadata
Assignees
Labels
No labels
Activity