Maven is lovely, but gradle would be so much better

This commit is contained in:
DaniFoldi 2022-02-27 15:25:36 +00:00
parent 9b7eae0eca
commit 7ec75b2d4a
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<artifactId>shopchest-nms-v1_18_R1</artifactId>
<version>1.0.0</version>
<properties>
<spigot.version>1.18-R0.1-SNAPSHOT</spigot.version>
</properties>

View File

@ -16,6 +16,7 @@
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>