3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2025-01-12 08:01:13 +01:00

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/**")
}