Skip to content

Commit e605f2b

Browse files
Remove verbose flag
If needed can be added by passing it to the options input list
1 parent 5db0655 commit e605f2b

File tree

1 file changed

+0
-1
lines changed
  • buildSrc/src/main/java/com/github/stickerifier/stickerify

1 file changed

+0
-1
lines changed

buildSrc/src/main/java/com/github/stickerifier/stickerify/JlinkTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public void createJre() {
7070

7171
var commandLine = new ArrayList<String>();
7272
commandLine.add(jlink.toString());
73-
commandLine.add("-v");
7473
commandLine.addAll(getOptions().get());
7574
commandLine.add("--module-path");
7675
commandLine.add(jmods.toString());

0 commit comments

Comments
 (0)