Skip to content

Commit 4cf89a3

Browse files
committed
Make Groovy an implementation dependency
GitOrigin-RevId: badef8ce2c262601375df7ddeb0c0ee38fe34103
1 parent 452d1e9 commit 4cf89a3

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
@@ -60,7 +60,7 @@ dependencies {
6060
compileOnly 'org.bukkit:bukkit:1.12-R0.1-SNAPSHOT'
6161
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:6.1.4-SNAPSHOT'
6262
compileOnly 'com.sk89q.worldguard:worldguard-legacy:6.2'
63-
compileOnly 'org.codehaus.groovy:groovy-all:3.0.12'
63+
implementation 'org.codehaus.groovy:groovy-all:3.0.12'
6464
implementation 'cloud.commandframework:cloud-paper:1.8.3'
6565
implementation 'cloud.commandframework:cloud-annotations:1.8.3'
6666
implementation 'cloud.commandframework:cloud-minecraft-extras:1.8.3'

0 commit comments

Comments
 (0)