build-parameters icon indicating copy to clipboard operation
build-parameters copied to clipboard

Provide a way to figure out whether a parameter was used

Open britter opened this issue 2 years ago • 0 comments

Given I run some build like ./gradlew build -Pfoo=bar it would be great to have a way to figure out whether buildParameters.foo was used in this build invocation. In the first step, the plugin could log a warning pointing out that the parameter was not used, although it was passed.

britter avatar Feb 27 '23 15:02 britter