Skip to content

Commit

Permalink
Change the gradle task definition in quickstart. (#32043)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Aug 1, 2024
1 parent f1c72c5 commit 56aa17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/www/site/content/en/get-started/quickstart-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if (project.hasProperty("dataflow-runner")) {
{{< /highlight >}}
4. At the end of the build script, add the following task:
{{< highlight >}}
task("execute", JavaExec::class) {
task execute (type: JavaExec) {
classpath = sourceSets["main"].runtimeClasspath
mainClass.set(System.getProperty("mainClass"))
}
Expand Down

0 comments on commit 56aa17b

Please sign in to comment.