Join Slack
Powered by
<@U3QAR026S> `@Option` can be used for custom task...
# gradle
m
mkobit
03/27/2017, 2:35 PM
@richardcatlin
@Option
can be used for custom tasks (although it is an internal feature), you could also use
./gradlew -PmyProp=myVal
and retrieve it in the build with
project.findProperty
or
project.property
Open in Slack
Previous
Next