Skip to content

Commit 84c6fda

Browse files
committed
Update to Java 21 and shadow plugin fork
1 parent 0b4462f commit 84c6fda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![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)
55
[![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)
66
[![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/)
7-
![Java Version](https://img.shields.io/static/v1?label=Java&message=17&color=blueviolet&style=for-the-badge)
7+
![Java Version](https://img.shields.io/static/v1?label=Java&message=21&color=blueviolet&style=for-the-badge)
88
[![Servers Using Claimchunk](https://img.shields.io/bstats/servers/5179?label=Servers&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk)
99
[![Players Using Claimchunk](https://img.shields.io/bstats/players/5179?label=Players&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk)
1010

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ plugins {
99
id("de.undercouch.download") version "5.6.0"
1010
id("io.freefair.lombok") version "8.6"
1111
// Including dependencies in final jar
12-
id("com.github.johnrengelman.shadow") version "8.1.1"
12+
id("io.github.goooler.shadow") version "8.1.8"
1313
id("com.vanniktech.maven.publish") version "0.28.0"
1414
}
1515

1616
object DepData {
17-
const val JAVA_VERSION = 17
17+
const val JAVA_VERSION = 21
1818

1919
const val LIVE_VERSION = "0.0.25-FIX3"
2020
const val THIS_VERSION = "0.0.25-FIX3"
@@ -25,7 +25,7 @@ object DepData {
2525
// Only used if you run `gradlew installSpigot`
2626
const val SPIGOT_BUILD_TOOLS_URL
2727
= "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar"
28-
const val SPIGOT_REV = "1.20.4"
28+
const val SPIGOT_REV = "1.21"
2929

3030
// Dependency versions
3131
const val BUKKIT_VERSION = "1.20.4-R0.1-SNAPSHOT"
-3.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)