Skip to content

Commit c75b113

Browse files
authored
Groovy 4.0.29 for Java 21 support (and theoretically maintain 8+)
1 parent a478c53 commit c75b113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
compileOnly 'org.bukkit:bukkit:1.12-R0.1-SNAPSHOT'
7878
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:6.1.4-SNAPSHOT'
7979
compileOnly 'com.sk89q.worldguard:worldguard-legacy:6.2'
80-
implementation 'org.codehaus.groovy:groovy-all:3.0.12'
80+
implementation 'org.apache.groovy:groovy-all:4.0.29'
8181
implementation 'cloud.commandframework:cloud-paper:1.8.3'
8282
implementation 'cloud.commandframework:cloud-annotations:1.8.3'
8383
implementation 'cloud.commandframework:cloud-minecraft-extras:1.8.3'

0 commit comments

Comments
 (0)