mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-02 13:53:28 +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")
|
||
|
}
|
||
|
}
|