mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-04 17:49:48 +01:00
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionBukkitLegacy)
|
|
implementation(projects.viaversionCommon)
|
|
compileOnly(libs.paper) {
|
|
exclude("junit", "junit")
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
compileOnly(projects.compat.protocolsupportCompat)
|
|
}
|