Fix cache breaking build on Spigot version change

This commit is contained in:
Jikoo
2021-03-16 09:45:04 -04:00
parent 1bd7932cc5
commit 519dd7da33
3 changed files with 79 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>