BUILDTOOLS-676: Downgrade Maven compiler version

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2024-04-24 11:05:43 +10:00
parent 358a4da17e
commit c5183dc422

View file

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