Skip to content

Commit

Permalink
Upgrade maven-compiler-plugin 3.8.1 -> 3.10.1 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Apr 17, 2022
1 parent 9afd39d commit 472ebc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,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 @@ -478,8 +478,7 @@
<arg>10000</arg>
</compilerArgs>
<parameters>true</parameters>
<source>${version.jdk}</source>
<target>${version.jdk}</target>
<release>${version.jdk}</release>
<!-- Erroneously inverted logic... for details, see
https://issues.apache.org/jira/browse/MCOMPILER-209. -->
<useIncrementalCompilation>false</useIncrementalCompilation>
Expand Down

0 comments on commit 472ebc0

Please sign in to comment.