Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 22:40:16 +01:00
14 Zeilen
433 B
Plaintext
14 Zeilen
433 B
Plaintext
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|
|
|
dependencies {
|
|
implementation(project(":viaversion-bukkit-legacy"))
|
|
compileOnly(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"
|