|
@@ -25,15 +25,24 @@
|
|
<id>jitpack.io</id>
|
|
<id>jitpack.io</id>
|
|
<url>https://jitpack.io</url>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
</repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>nexus-snapshots</id>
|
|
|
|
+ <url>https://services.mind-overflow.net/nexus/repository/maven-releases/</url>
|
|
|
|
+ </repository>
|
|
</repositories>
|
|
</repositories>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.bukkit</groupId>
|
|
|
|
- <artifactId>craftbukkit</artifactId>
|
|
|
|
- <version>1.12.2-R0.1-SNAPSHOT</version>
|
|
|
|
|
|
+ <groupId>org.spigotmc</groupId>
|
|
|
|
+ <artifactId>spigot-api</artifactId>
|
|
|
|
+ <version>1.17.1-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.github.LeonMangler</groupId>
|
|
|
|
+ <artifactId>PremiumVanishAPI</artifactId>
|
|
|
|
+ <version>2.7.3</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.MilkBowl</groupId>
|
|
<groupId>com.github.MilkBowl</groupId>
|
|
<artifactId>VaultAPI</artifactId>
|
|
<artifactId>VaultAPI</artifactId>
|
|
@@ -72,8 +81,8 @@
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.1</version>
|
|
<version>3.1</version>
|
|
<configuration>
|
|
<configuration>
|
|
- <source>1.8</source>
|
|
|
|
- <target>1.8</target>
|
|
|
|
|
|
+ <source>9</source>
|
|
|
|
+ <target>9</target>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
<!-- Sets the custom JARfile name (Project name without spaces is good) -->
|
|
<!-- Sets the custom JARfile name (Project name without spaces is good) -->
|