<@U3QAR026S> `@Option` can be used for custom task...
# gradle
m
@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