Replace deprecated gradle api

This commit is contained in:
AsamK 2025-03-04 08:29:05 +01:00
parent 4eb34c7a93
commit 4feba68afd

View file

@ -83,7 +83,7 @@ tasks.withType<Jar> {
}
}
task("fatJar", type = Jar::class) {
tasks.register("fatJar", type = Jar::class) {
archiveBaseName.set("${project.name}-fat")
exclude(
"META-INF/*.SF",