Fixed maven config

This commit is contained in:
2021-03-27 17:06:11 +01:00
parent afbeb8fc12
commit 09a0867258
2 changed files with 5 additions and 4 deletions

View File

@@ -30,6 +30,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>2.3.2</version>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>
@@ -45,9 +46,9 @@
</repositories> </repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.spigotmc</groupId>
<artifactId>bukkit</artifactId> <artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version><!--change this value depending on the version or use LATEST--> <version>1.16.4-R0.1-SNAPSHOT</version><!--change this value depending on the version or use LATEST-->
<type>jar</type> <type>jar</type>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@@ -1,4 +1,4 @@
package de.web.basman93.kickplayeronjoin; package de.web.basman93;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;