Replace deprecated gradle api
This commit is contained in:
parent
4eb34c7a93
commit
4feba68afd
@ -83,7 +83,7 @@ tasks.withType<Jar> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task("fatJar", type = Jar::class) {
|
tasks.register("fatJar", type = Jar::class) {
|
||||||
archiveBaseName.set("${project.name}-fat")
|
archiveBaseName.set("${project.name}-fat")
|
||||||
exclude(
|
exclude(
|
||||||
"META-INF/*.SF",
|
"META-INF/*.SF",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user