Join Slack
Powered by
How should I access the -P command-line properties...
# gradle
a
araqnid
12/19/2017, 2:13 AM
How should I access the -P command-line properties from a
settings.gradle.kts
file? In a Groovy
settings.gradle
, they would be dynamic properties of the Settings object, but the obvious thing (
$settings["property"]
) doesn’t seem to be set up
Open in Slack
Previous
Next