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