We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ecadf commit 7fc271dCopy full SHA for 7fc271d
1 file changed
ci-build.sh
@@ -147,6 +147,10 @@ EOL
147
echo "All checks passed for artifact deployment"
148
fi
149
150
+ # --== Maven build arguments ==--
151
+
152
+ BUILD_ARGS="-B -Djdk.tls.client.protocols=TLSv1,TLSv1.1,TLSv1.2"
153
154
# --== GPG SETUP ==--
155
156
# Install GPG on macOS
@@ -196,7 +200,6 @@ EOL
196
200
# --== BUILD EXECUTION ==--
197
201
198
202
# Run the build.
199
- BUILD_ARGS='-B -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"'
203
if [ "$deployOK" -a -f release.properties ]; then
204
echo
205
echo "== Cutting and deploying release version =="
0 commit comments