how does Gradle detect optional commands? I was hoping that I can do some additional tasks with CreateStartScript to add some classpath based on staging and prod, but I'm not sure what to do. Can anyone point me to the right direction? Say something like
"./gradlew clean build --staging" or "./gradlew clean build --prod"
or something like
"./gradlew clean build staging" or "./gradlew clean build prod"