Skip to content

Commit 0e6c265

Browse files
chore(example): fix run example comment
1 parent 4d61ed1 commit 0e6c265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onebusaway-sdk-java-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks.withType<JavaCompile>().configureEach {
1818

1919
application {
2020
// Use `./gradlew :onebusaway-sdk-java-example:run` to run `Main`
21-
// Use `./gradlew :onebusaway-sdk-java-example:run -Dexample=Something` to run `SomethingExample`
21+
// Use `./gradlew :onebusaway-sdk-java-example:run -Pexample=Something` to run `SomethingExample`
2222
mainClass = "org.onebusaway.example.${
2323
if (project.hasProperty("example"))
2424
"${project.property("example")}Example"

0 commit comments

Comments
 (0)