mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-04 09:30:25 +01:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
dependencies {
|
|
implementation(project(":viabackwards-common"))
|
|
compileOnly("org.spigotmc", "spigot-api", Versions.spigot) {
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|