Slackbot
03/02/2023, 7:10 PMVampire
03/02/2023, 7:36 PMShaun Reich
03/02/2023, 8:28 PMVampire
03/02/2023, 11:34 PM-PsomeOption
which means you are not configuring a task, but you set a Gradle property.
You cannot set a Gradle programmatically.
You can set an extra
property of the same name and depending on how the consumer of the property reads it, it might take precedence.
But if for example the consumer uses providers.gradleProperty
it would not be taken into account.