Skip to content

Commit

Permalink
test:
Browse files Browse the repository at this point in the history
test: default shrink enabled
  • Loading branch information
ReaJason committed Feb 26, 2025
1 parent 336dcb0 commit facf71e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public static GenerateResult generate(String urlPattern, Server server, String s
.shellType(shellType)
.targetJreVersion(targetJdkVersion)
.debug(true)
.shrink(true)
.build();

ShellToolConfig shellToolConfig = null;
Expand Down

0 comments on commit facf71e

Please sign in to comment.