started tracking down comand execution error

This commit is contained in:
2021-12-30 03:14:04 +01:00
parent 3b624c51c0
commit 04f3b81cdc
19 changed files with 15 additions and 40 deletions

20
pom.xml
View File

@ -5,25 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.steev</groupId>
<artifactId>tridentwar</artifactId>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>
<artifactId>TridentWar</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<repositories>
<!-- This adds the Spigot Maven repository to the build -->
<repository>
@ -37,8 +26,9 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>