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 f72791f commit b4a3975Copy full SHA for b4a3975
1 file changed
lithic-java-example/build.gradle.kts
@@ -18,7 +18,7 @@ tasks.withType<JavaCompile>().configureEach {
18
19
application {
20
// Use `./gradlew :lithic-java-example:run` to run `Main`
21
- // Use `./gradlew :lithic-java-example:run -Dexample=Something` to run `SomethingExample`
+ // Use `./gradlew :lithic-java-example:run -Pexample=Something` to run `SomethingExample`
22
mainClass = "com.lithic.api.example.${
23
if (project.hasProperty("example"))
24
"${project.property("example")}Example"
0 commit comments