mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-01 08:10:00 +01:00
10 lines
289 B
Plaintext
10 lines
289 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")
|
|
}
|
|
}
|