geforkt von Mirrors/Velocity
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/**")
|
|
}
|