File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments