From 1411d482d5b0d35a51b9687e178963c7d12c1853 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Thu, 25 Apr 2024 07:49:52 +1000 Subject: [PATCH] Use regular compiler seeing as ECJ doesn't support Java 21 JRE By: md_5 --- paper-api/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index ad7e190538..961a64af33 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -130,18 +130,9 @@ maven-compiler-plugin 3.13.0 - - eclipse false - - - org.codehaus.plexus - plexus-compiler-eclipse - 2.15.0 - - org.apache.maven.plugins