Skip to content

Commit e5288a7

Browse files
committed
Corrected dependency scope
1 parent be80a8c commit e5288a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ dependencies {
77
compileOnly("org.spigotmc:spigot-api:1.21.8-R0.1-SNAPSHOT")
88

99
implementation("org.lushplugins:ChatColorHandler:5.1.6")
10-
implementation("org.jetbrains:annotations:26.0.2")
10+
11+
compileOnlyApi("org.jetbrains:annotations:26.0.2")
1112
}
1213

1314
java {

0 commit comments

Comments
 (0)