Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 08:10:12 +01:00
14 Zeilen
215 B
Plaintext
14 Zeilen
215 B
Plaintext
plugins {
|
|
alias(libs.plugins.shadow)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.bundles.configurate3)
|
|
}
|
|
|
|
tasks.shadowJar {
|
|
exclude("com/google/**")
|
|
exclude("com/typesafe/**")
|
|
exclude("org/yaml/**")
|
|
}
|