summaryrefslogtreecommitdiff
path: root/engine/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/build.gradle.kts')
-rw-r--r--engine/build.gradle.kts6
1 files changed, 0 insertions, 6 deletions
diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts
index 2d36116..5782890 100644
--- a/engine/build.gradle.kts
+++ b/engine/build.gradle.kts
@@ -7,10 +7,4 @@ dependencies {
// Exposed to platform modules via api(): the plugin messaging protocol is built on it, so
// both platforms need it on their compile and runtime classpath.
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
-
- // Adventure API (provided by platform implementations)
- // Matches what every supported platform ships: Paper 26.2 and Velocity 4.x both bundle 5.2.0.
- compileOnly("net.kyori:adventure-api:5.2.0")
-
- testImplementation("net.kyori:adventure-api:5.2.0")
}