Skip to content

Commit

Permalink
[JENKINS-67960] Work around MCOMPILER-346 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 5, 2022
1 parent ac17c23 commit 61a34d0
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 @@ -708,6 +708,11 @@
<target>1.${java.level}</target>
<testSource>1.${java.level}</testSource>
<testTarget>1.${java.level}</testTarget>
<!--
Work around MCOMPILER-346.
TODO When MCOMPILER-346 is resolved, this should be deleted.
-->
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 61a34d0

Please sign in to comment.