Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 17, 2022
1 parent 1958a41 commit 347b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/application.gradle
Expand Up @@ -58,7 +58,7 @@ tasks.register("jre", Exec) {
[
"jlink",
"--add-modules",
$modules,
modules,
"--compress=2",
"--strip-debug",
"--no-header-files",
Expand Down

0 comments on commit 347b7bd

Please sign in to comment.