Skip to content

Commit d945c5f

Browse files
committed
Fix config option for compiler
1 parent 05a31e5 commit d945c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<artifactId>maven-compiler-plugin</artifactId>
252252
<configuration>
253253
<release>${java.version}</release>
254-
<forceJavacCompilerUse>true</forceJavacCompilerUse>
254+
<forceLegacyJavacApi>true</forceLegacyJavacApi>
255255
</configuration>
256256
</plugin>
257257
<plugin>

0 commit comments

Comments
 (0)