Skip to content

Commit 0d8292e

Browse files
committed
Switch from provided to softDepends for goPaint
1 parent b662885 commit 0d8292e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bukkit {
9494
apiVersion = "1.13"
9595
depend = listOf("FastAsyncWorldEdit")
9696
website = "https://github.com/OneLiteFeatherNET/BetterGoPaint"
97-
provides = listOf("goPaint")
97+
softDepend = listOf("goPaint")
9898

9999
commands {
100100
register("gopaint") {

0 commit comments

Comments
 (0)