Skip to content

Commit

Permalink
POM: Upgrade maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Zizka committed Dec 1, 2024
1 parent c0fc1dc commit 0d5c972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<executions>
<!-- Short-circuit the special treatment of default-compile executions. See https://kotlinlang.org/docs/reference/using-maven.html -->
<execution><id>default-compile</id><phase>none</phase></execution>
Expand Down

0 comments on commit 0d5c972

Please sign in to comment.