ViaVersion/bukkit-legacy/build.gradle.kts

9 lines
244 B
Plaintext
Raw Normal View History

2021-02-17 14:49:10 +01:00
dependencies {
implementation(projects.viaversionCommon)
compileOnly(libs.legacyBukkit) {
2021-02-17 14:49:10 +01:00
exclude("junit", "junit")
exclude("com.google.code.gson", "gson")
exclude("javax.persistence", "persistence-api")
}
}