We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157fae5 commit 473913cCopy full SHA for 473913c
spigot/build.gradle
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation project(":core")
+ api project(":core")
18
compileOnly "org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT"
19
testImplementation ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
20
velocity/build.gradle
@@ -15,7 +15,7 @@ repositories {
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
21
0 commit comments