Skip to content

Commit

Permalink
[JENKINS-67960] Work around MCOMPILER-346 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 5, 2022
1 parent 7847aa3 commit 05876b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,11 @@
<configuration>
<release>${java.level}</release>
<testRelease>${java.level}</testRelease>
<!--
Work around MCOMPILER-346.
TODO When MCOMPILER-346 is resolved, this should be deleted.
-->
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 05876b4

Please sign in to comment.