Skip to content

Commit ab3dddb

Browse files
committed
Update Spigot revision
This appears to compile, but will need testing before a release. Spigot removed the renames they used to apply to all internal classes.
1 parent d35fc67 commit ab3dddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
apply<SpigotSetup>()
1111
apply<SpigotReobf>()
1212

13-
val spigotVer = "1.21.11-R0.1-SNAPSHOT"
13+
val spigotVer = "1.21.11-R0.2-SNAPSHOT"
1414
// Used by common adapter to relocate Craftbukkit classes to a versioned package.
1515
rootProject.extra["craftbukkitPackage"] = "v1_21_R7"
1616

0 commit comments

Comments
 (0)