Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/foundation-2022' into foundation…
Browse files Browse the repository at this point in the history
…-2023
  • Loading branch information
Benjamin Reed committed Aug 1, 2023
2 parents 8f5b77f + 228fa7d commit 35efd8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/functions.pl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
$MAVEN_OPTS .= " -XX:-MaxFDLimit";
}

if (not $MAVEN_OPTS =~ /jdk.util.zip.disableZip64ExtraFieldValidation/) {
$MAVEN_OPTS .= " -Djdk.util.zip.disableZip64ExtraFieldValidation=true";
}

my $result = GetOptions(
"help|h" => \$HELP,
"enable-tests|tests|test|t" => \$TESTS,
Expand Down

0 comments on commit 35efd8b

Please sign in to comment.