Skip to content

Commit

Permalink
Make Groovy an implementation dependency
Browse files Browse the repository at this point in the history
GitOrigin-RevId: badef8ce2c262601375df7ddeb0c0ee38fe34103
  • Loading branch information
RyanHecht committed May 14, 2024
1 parent 452d1e9 commit 4cf89a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
compileOnly 'org.bukkit:bukkit:1.12-R0.1-SNAPSHOT'
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:6.1.4-SNAPSHOT'
compileOnly 'com.sk89q.worldguard:worldguard-legacy:6.2'
compileOnly 'org.codehaus.groovy:groovy-all:3.0.12'
implementation 'org.codehaus.groovy:groovy-all:3.0.12'
implementation 'cloud.commandframework:cloud-paper:1.8.3'
implementation 'cloud.commandframework:cloud-annotations:1.8.3'
implementation 'cloud.commandframework:cloud-minecraft-extras:1.8.3'
Expand Down

0 comments on commit 4cf89a3

Please sign in to comment.