diff --git a/README.md b/README.md index 216c737..87b94ba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Plugin Version](https://img.shields.io/static/v1?label=Version&message=0.0.25-FIX3&color=blueviolet&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/releases) [![Maven Central Version](https://img.shields.io/maven-central/v/com.cjburkey.claimchunk/claimchunk?label=Maven%20Central&color=blueviolet&style=for-the-badge)](https://central.sonatype.com/artifact/com.cjburkey.claimchunk/claimchunk) [![Minecraft Version](https://img.shields.io/static/v1?label=Spigot&message=1.20.6&color=blueviolet&style=for-the-badge)](https://www.spigotmc.org/resources/claimchunk.44458/) -![Java Version](https://img.shields.io/static/v1?label=Java&message=17&color=blueviolet&style=for-the-badge) +![Java Version](https://img.shields.io/static/v1?label=Java&message=21&color=blueviolet&style=for-the-badge) [![Servers Using Claimchunk](https://img.shields.io/bstats/servers/5179?label=Servers&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk) [![Players Using Claimchunk](https://img.shields.io/bstats/players/5179?label=Players&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk) diff --git a/build.gradle.kts b/build.gradle.kts index 020966a..c1cc60d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,12 +9,12 @@ plugins { id("de.undercouch.download") version "5.6.0" id("io.freefair.lombok") version "8.6" // Including dependencies in final jar - id("com.github.johnrengelman.shadow") version "8.1.1" + id("io.github.goooler.shadow") version "8.1.8" id("com.vanniktech.maven.publish") version "0.28.0" } object DepData { - const val JAVA_VERSION = 17 + const val JAVA_VERSION = 21 const val LIVE_VERSION = "0.0.25-FIX3" const val THIS_VERSION = "0.0.25-FIX3" @@ -25,7 +25,7 @@ object DepData { // Only used if you run `gradlew installSpigot` const val SPIGOT_BUILD_TOOLS_URL = "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar" - const val SPIGOT_REV = "1.20.4" + const val SPIGOT_REV = "1.21" // Dependency versions const val BUKKIT_VERSION = "1.20.4-R0.1-SNAPSHOT" diff --git a/req/google-java-format-1.11.0-all-deps.jar b/req/google-java-format-1.11.0-all-deps.jar deleted file mode 100644 index e27abda..0000000 Binary files a/req/google-java-format-1.11.0-all-deps.jar and /dev/null differ