We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be80a8c commit e5288a7Copy full SHA for e5288a7
api/build.gradle.kts
@@ -7,7 +7,8 @@ dependencies {
7
compileOnly("org.spigotmc:spigot-api:1.21.8-R0.1-SNAPSHOT")
8
9
implementation("org.lushplugins:ChatColorHandler:5.1.6")
10
- implementation("org.jetbrains:annotations:26.0.2")
+
11
+ compileOnlyApi("org.jetbrains:annotations:26.0.2")
12
}
13
14
java {
0 commit comments