Skip to content

Commit 7b53900

Browse files
authored
ci-build.sh: allow external build args
This allows us to pass e.g. -X for debugging on individual jobs
1 parent f5a378e commit 7b53900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ EOL
183183

184184
# --== Maven build arguments ==--
185185

186-
BUILD_ARGS="-B -Djdk.tls.client.protocols=TLSv1,TLSv1.1,TLSv1.2"
186+
BUILD_ARGS="$BUILD_ARGS -B -Djdk.tls.client.protocols=TLSv1,TLSv1.1,TLSv1.2"
187187

188188
# --== GPG SETUP ==--
189189

0 commit comments

Comments
 (0)