RocMarshal commented on code in PR #19403: URL: https://github.com/apache/flink/pull/19403#discussion_r846720856
########## docs/content.zh/docs/dev/configuration/overview.md: ########## @@ -85,25 +86,31 @@ plugins { // artifact properties group = 'org.quickstart' version = '0.1-SNAPSHOT' -mainClassName = 'org.quickstart.StreamingJob' -mainClassName = 'org.quickstart.StreamingJob' +mainClassName = 'org.quickstart.DataStreamJob' description = """Flink Quickstart Job""" ext { javaVersion = '1.8' flinkVersion = '{{< version >}}' + scalaBinaryVersion = '{{< scala_version >}}' slf4jVersion = '1.7.32' log4jVersion = '2.17.1' } sourceCompatibility = javaVersion targetCompatibility = javaVersion tasks.withType(JavaCompile) { - options.encoding = 'UTF-8' + options.encoding = 'UTF-8' } applicationDefaultJvmArgs = ["-Dlog4j.configurationFile=log4j2.properties"] // declare where to find the dependencies of your project repositories { mavenCentral() + maven { Review Comment: @zoltar9264 IMO, you could fix it together in the current pr. Feel free go ahead -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org