We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290ee95 commit 316356fCopy full SHA for 316356f
1 file changed
finch-java-example/build.gradle.kts
@@ -18,7 +18,7 @@ tasks.withType<JavaCompile>().configureEach {
18
19
application {
20
// Use `./gradlew :finch-java-example:run` to run `Main`
21
- // Use `./gradlew :finch-java-example:run -Dexample=Something` to run `SomethingExample`
+ // Use `./gradlew :finch-java-example:run -Pexample=Something` to run `SomethingExample`
22
mainClass = "com.tryfinch.api.example.${
23
if (project.hasProperty("example"))
24
"${project.property("example")}Example"
0 commit comments