You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Given I run some build like
./gradlew build -Pfoo=bar
it would be great to have a way to figure out whetherbuildParameters.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.The text was updated successfully, but these errors were encountered: