Expose ZDT to the API

This commit is contained in:
2026-05-19 13:02:31 -04:00
parent a16ae2c7ca
commit e1a6b57f22
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ plugins {
dependencies {
compileOnly("io.papermc.paper:paper-api:26.1.2.build.+")
compileOnly("org.apache.logging.log4j:log4j-api:2.26.0")
compileOnly("com.google.code.gson:gson:2.13.2")
compileOnly("org.jetbrains:annotations:26.1.0")
}