Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-09 01:30:13 +01:00
12 Zeilen
369 B
Plaintext
12 Zeilen
369 B
Plaintext
|
dependencies {
|
||
|
implementation(project(":viaversion-bukkit-legacy"))
|
||
|
implementation(project(":viaversion-common"))
|
||
|
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT") {
|
||
|
exclude("junit", "junit")
|
||
|
exclude("com.google.code.gson", "gson")
|
||
|
exclude("javax.persistence", "persistence-api")
|
||
|
}
|
||
|
}
|
||
|
|
||
|
description = "viaversion-bukkit"
|