Changed ConfigUpdater to be a maven dependency

This commit is contained in:
2025-03-29 20:46:53 +01:00
parent 054ea4931d
commit 49bd873392
3 changed files with 5 additions and 357 deletions

View File

@@ -110,6 +110,11 @@
</repositories>
<dependencies>
<dependency>
<groupId>com.tchristofferson</groupId>
<artifactId>ConfigUpdater</artifactId>
<version>2.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.jeff_media</groupId>
<artifactId>SpigotUpdateChecker</artifactId>