mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +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")
|
||||
exclude(
|
||||
"META-INF/*.SF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue