To pass project properties via the command line in Gradle, you can use the -P flag followed by the property name and value. This allows you to override or define properties at runtime without modifying the gradle.properties file.
Example of Passing a Project Property via the Command Line:
You can pass the version property like this:
Glass thought Sandbox Snapshot
Command to reproduce:
gt.sandbox.checkout.commit d043a3a \&& cd "${GT_SANDBOX_REPO}" \&& cmd.run.announce "./gradlew go -Pversion=9.9"