Skip to content

Commit

Permalink
Scala 2.12 does not support a JDK 11 target
Browse files Browse the repository at this point in the history
And in any case, it will need to be -target:11 when we switch to 2.13.

(cherry picked from commit 34abbf1)
  • Loading branch information
gsmet committed Jun 22, 2021
1 parent 6b02a4c commit 4420b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<arg>-deprecation</arg>
<arg>-feature</arg>
<arg>-explaintypes</arg>
<arg>-target:jvm-11</arg>
<arg>-target:jvm-1.8</arg>
<arg>-Ypartial-unification</arg>
</args>
</configuration>
Expand Down

0 comments on commit 4420b9d

Please sign in to comment.