Skip to content

Commit 2a98d4b

Browse files
Remove mentions of nonexistent tests in dependencies
1 parent 790d233 commit 2a98d4b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bukkit/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies {
3232
implementation(project(":common"))
3333

3434
compileOnly(rootProject.libs.spigot)
35-
testCompileOnly(rootProject.libs.spigot)
3635

3736
implementation(rootProject.libs.adventure.platform.bukkit) {
3837
exclude(module = "adventure-nbt")

bungeecord/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies {
1414
implementation(project(":common"))
1515

1616
compileOnly(rootProject.libs.bungeecord)
17-
testCompileOnly(rootProject.libs.bungeecord)
1817

1918
implementation(rootProject.libs.adventure.platform.bungee) {
2019
exclude(module = "adventure-nbt")

velocity/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dependencies {
33
implementation(project(":common"))
44

55
compileOnly(rootProject.libs.velocity)
6-
testCompileOnly(rootProject.libs.velocity)
76

87
implementation(rootProject.libs.bstats.velocity)
98
implementation(rootProject.libs.libby.velocity)

0 commit comments

Comments
 (0)