mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-17 22:24:25 +01:00
Replace deprecated gradle api
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user