Skip to content

Commit

Permalink
Remove jabel and support for Java 8. The project now runs using Java …
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored and ewof committed Nov 11, 2024
1 parent 45a96c4 commit 92a58df
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.100.4.0</version>
<version>${towny.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -100,12 +100,6 @@
<version>3.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.bsideup.jabel</groupId>
<artifactId>jabel-javac-plugin</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.th0rgal</groupId>
<artifactId>oraxen</artifactId>
Expand Down Expand Up @@ -177,14 +171,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<release>${java.version}</release>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>-Xplugin:jabel</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 92a58df

Please sign in to comment.