Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
scalac java 9 workaround: -nobootcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Norberg committed Aug 13, 2018
1 parent 568893f commit 3674469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/flo-scio_2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<args>
<arg>-Xexperimental</arg>
<arg>-target:jvm-1.8</arg>
<arg>-nobootcp</arg>
</args>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions flo-scala_2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<args>
<arg>-Xexperimental</arg>
<arg>-target:jvm-1.8</arg>
<arg>-nobootcp</arg>
</args>
</configuration>
</plugin>
Expand Down

0 comments on commit 3674469

Please sign in to comment.