mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Replace deprecated gradle api
This commit is contained in:
parent
4eb34c7a93
commit
4feba68afd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue