Skip to content

Commit 473913c

Browse files
authored
fix: expose api (#44)
1 parent 157fae5 commit 473913c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation project(":core")
17+
api project(":core")
1818
compileOnly "org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT"
1919
testImplementation ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
2020
}

velocity/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation project(":core")
18+
api project(":core")
1919
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
2020
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
2121
}

0 commit comments

Comments
 (0)