Revert "BUILDTOOLS-676: Downgrade Maven compiler version"

This reverts commit 65d9b916a9.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2024-04-25 07:49:55 +10:00
parent 8da4819249
commit 59e1a3ad42

View file

@ -475,7 +475,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<!-- we use the Eclipse compiler as it doesn't need a JDK -->
<compilerId>eclipse</compilerId>
@ -486,7 +486,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
</dependency>
</dependencies>
</plugin>