Skip to content

Commit

Permalink
[FLINK-14276][quickstarts] Scala quickstart compiles on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 4, 2019
1 parent 52e5d7c commit 3f495d8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ under the License.
</goals>
</execution>
</executions>
<configuration>
<args>
<arg>-nobootcp</arg>
</args>
</configuration>
</plugin>

<!-- Eclipse Scala Integration -->
Expand Down

0 comments on commit 3f495d8

Please sign in to comment.