mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 16:49:37 +01:00
11 lines
411 B
Plaintext
11 lines
411 B
Plaintext
dependencies {
|
|
implementation(project(":viaversion-bukkit-legacy"))
|
|
implementation(project(":viaversion-common"))
|
|
implementation("org.javassist", "javassist", Versions.javassist)
|
|
compileOnly("com.destroystokyo.paper", "paper-api", Versions.paper) {
|
|
exclude("junit", "junit")
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|