Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<annotationProcessorPaths>
<path>
Expand All @@ -739,12 +739,6 @@
</compilerArgs>
<parameters>true</parameters>
<release>${version.jdk}</release>
<!-- Even though `-release X` implies `-source X` and
`-target X`, we need to configure these properties
explicitily, for otherwise the plugin's default value
of `1.6` is passed on. -->
<source>${version.jdk}</source>
<target>${version.jdk}</target>
<!-- Erroneously inverted logic... for details, see
https://issues.apache.org/jira/browse/MCOMPILER-209. -->
<useIncrementalCompilation>false</useIncrementalCompilation>
Expand Down

0 comments on commit b08ca51

Please sign in to comment.