We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go to https://beam.apache.org/get-started/quickstart-java/#optional-convert-from-maven-to-gradle At step 4. when you add the script to the build script (supposed to be in Kotlin DSL)
You will get a gradle error saying that it expects ')' :
Priority: 2 (default / most bugs should be filed as P2)
The text was updated successfully, but these errors were encountered:
This worked for me
tasks.register("execute") { group = "application" description = "Run the Java application." mainClass.set("org.apache.beam.examples.WordCount") classpath = sourceSets["main"].runtimeClasspath }
tasks.getByName("execute").dependsOn("classes")
Sorry, something went wrong.
No branches or pull requests
What happened?
Go to https://beam.apache.org/get-started/quickstart-java/#optional-convert-from-maven-to-gradle
At step 4. when you add the script to the build script (supposed to be in Kotlin DSL)
You will get a gradle error saying that it expects ')' :
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: