Skip to content

Commit

Permalink
[FLINK-15583][walkthrough] Use -nobootcp in maven-scala-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Heise authored and zentol committed Jan 16, 2020
1 parent eeabc86 commit bf32fca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ under the License.
</goals>
</execution>
</executions>
<configuration>
<args>
<arg>-nobootcp</arg>
</args>
</configuration>
</plugin>

<!-- Eclipse Scala Integration -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ under the License.
</goals>
</execution>
</executions>
<configuration>
<args>
<arg>-nobootcp</arg>
</args>
</configuration>
</plugin>

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

0 comments on commit bf32fca

Please sign in to comment.