zentol commented on a change in pull request #9833: [FLINK-14276][quickstarts] Scala quickstart compiles on JDK 11 URL: https://github.com/apache/flink/pull/9833#discussion_r330573933
########## File path: flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml ########## @@ -171,6 +171,11 @@ under the License. </goals> </execution> </executions> + <configuration> + <args> + <arg>-nobootcp</arg> Review comment: well we could add a profile that adds this flag, but it would be inconsistent with the main Flink pom. And given that this is required since Java 9 I think it's fine to have it always on. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services