3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-30 19:08:03 +02:00
ViaVersion/bukkit/build.gradle.kts
Nassim Jahnke d6b5b5dc3e
Move PS compatibility to an addon
PS has long been dead, so moving it away removes unnecessary complexity/the extra module. The additional code when getting the protocol version was long dead as well, since all connections are injected.
2024-05-14 18:54:24 +02:00

12 Zeilen
309 B
Plaintext

dependencies {
implementation(projects.viaversionBukkitLegacy)
compileOnlyApi(projects.viaversionCommon)
compileOnly(libs.paper) {
exclude("junit", "junit")
exclude("com.google.code.gson", "gson")
exclude("javax.persistence", "persistence-api")
}
}
publishShadowJar()