mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
d6b5b5dc3e
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.
12 lines
309 B
Plaintext
12 lines
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()
|