mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 18:15:39 +01:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
dependencies {
|
|
implementation(project(":viaversion-common"))
|
|
compileOnly("org.bukkit", "bukkit", Versions.legacyBukkit) {
|
|
exclude("junit", "junit")
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|