Skip to content

Commit

Permalink
Update to Java 21 and shadow plugin fork
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jul 30, 2024
1 parent 0b4462f commit 84c6fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
Binary file removed req/google-java-format-1.11.0-all-deps.jar
Binary file not shown.

0 comments on commit 84c6fda

Please sign in to comment.