Skip to content

Commit f89a544

Browse files
authored
fix(luckperms): Wrong usage of api module
1 parent a2c1b6b commit f89a544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("java")
33
}
44
dependencies {
5-
implementation(libs.luckperms.api)
5+
compileOnly(libs.luckperms.api)
66
}
77

88
java {
@@ -13,4 +13,4 @@ tasks {
1313
jar {
1414
archiveClassifier.set("unshaded")
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)