Updater - Easy, Safe, and Policy-Compliant auto-updating for your plugins
This is a fork of gravitylow's awesome Updater project that's been around for years.
Thanks a bunch for originally making this!
The old usage guide of gravitylow is worth a read, too! It's available on Bukkit: https://bukkit.org/threads/96681
Add the following repo to your pom.xml
:
<repositories>
<repository>
<id>dustplanet-releases</id>
<url>https://repo.dustplanet.de/artifactory/libs-release-local</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.gravitydevelopment.updater</groupId>
<artifactId>updater</artifactId>
<version>4.2.3</version>
</dependency>
</dependencies>
Add the following repo to your pom.xml
:
<repositories>
<repository>
<id>dustplanet-snapshots</id>
<url>https://repo.dustplanet.de/artifactory/libs-snapshot-local/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.gravitydevelopment.updater</groupId>
<artifactId>updater</artifactId>
<version>4.2.4-SNAPSHOT</version>
</dependency>
</dependencies>
The JavaDocs can be found here: https://ci.dustplanet.de/job/updater/javadoc/
Built by (c) Tim Brust and contributors. Released under the MIT license.