Skip to content

Commit

Permalink
Use tasks.register
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges committed Jul 18, 2023
1 parent cf4574a commit fdb83fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tasks.named("jpackageImage") {
dependsOn jlinkZip
}

task dist {
tasks.register('dist') {
dependsOn clean, jpackage
description "Calls clean and then jpackage [default]"
}
Expand Down

0 comments on commit fdb83fc

Please sign in to comment.