Skip to content

Commit 04e00e3

Browse files
committed
Revert "bump Java Language Level up to 16"
This reverts commit 464c2b0.
1 parent 464c2b0 commit 04e00e3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

pom.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,11 @@
103103
<artifactId>maven-compiler-plugin</artifactId>
104104
<version>3.8.1</version>
105105
<configuration>
106-
<release>8</release>
107-
<source>16</source>
108-
<target>16</target>
106+
<source>1.8</source>
107+
<target>1.8</target>
109108
<encoding>UTF-8</encoding>
110109
<!--Use this comments args when compiler is NullPointerException-->
111110
<!--<forceJavacCompilerUse>true</forceJavacCompilerUse>-->
112-
<compilerArgs>
113-
<arg>-Xplugin:jabel</arg>
114-
<arg>--enable-preview</arg>
115-
</compilerArgs>
116111
</configuration>
117112
</plugin>
118113
<plugin>
@@ -953,11 +948,5 @@
953948
<systemPath>${project.basedir}/lib/IridiumSkyblock-3.1.1.jar</systemPath>
954949
<scope>system</scope>
955950
</dependency>
956-
<dependency>
957-
<groupId>com.github.bsideup.jabel</groupId>
958-
<artifactId>jabel-javac-plugin</artifactId>
959-
<version>0.4.1</version>
960-
<scope>provided</scope>
961-
</dependency>
962951
</dependencies>
963952
</project>

0 commit comments

Comments
 (0)