We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d61ed1 commit 0e6c265Copy full SHA for 0e6c265
1 file changed
onebusaway-sdk-java-example/build.gradle.kts
@@ -18,7 +18,7 @@ tasks.withType<JavaCompile>().configureEach {
18
19
application {
20
// Use `./gradlew :onebusaway-sdk-java-example:run` to run `Main`
21
- // Use `./gradlew :onebusaway-sdk-java-example:run -Dexample=Something` to run `SomethingExample`
+ // Use `./gradlew :onebusaway-sdk-java-example:run -Pexample=Something` to run `SomethingExample`
22
mainClass = "org.onebusaway.example.${
23
if (project.hasProperty("example"))
24
"${project.property("example")}Example"
0 commit comments