Skip to content

Commit

Permalink
Removed assemble task from build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Jan 19, 2025
1 parent 9be7471 commit c065944
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions gui-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,6 @@ tasks {
dependsOn(jar)
}

assemble {
dependsOn(proguard)
doLast {
val libsDir = layout.buildDirectory.dir("libs").get().asFile
val archive = libsDir.resolve("$baseArchiveName-all.jar")
if (archive.exists()) {
archive.delete()
}
}
}

val javadocJar = named("javadocJar") // required at Sonatype
val sourcesJar = named("sourcesJar")

Expand Down

0 comments on commit c065944

Please sign in to comment.