We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452d1e9 commit 4cf89a3Copy full SHA for 4cf89a3
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
compileOnly 'org.bukkit:bukkit:1.12-R0.1-SNAPSHOT'
61
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:6.1.4-SNAPSHOT'
62
compileOnly 'com.sk89q.worldguard:worldguard-legacy:6.2'
63
- compileOnly 'org.codehaus.groovy:groovy-all:3.0.12'
+ implementation 'org.codehaus.groovy:groovy-all:3.0.12'
64
implementation 'cloud.commandframework:cloud-paper:1.8.3'
65
implementation 'cloud.commandframework:cloud-annotations:1.8.3'
66
implementation 'cloud.commandframework:cloud-minecraft-extras:1.8.3'
0 commit comments