This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch maven-3.8.x-fix-its-jdk1.7 in repository https://gitbox.apache.org/repos/asf/maven.git
commit e0e35aebbbf0eac010f97175d61cc4ed87ff9466 Author: Olivier Lamy <[email protected]> AuthorDate: Tue Mar 22 20:43:18 2022 +1000 tentative to fix 1,7 build Signed-off-by: Olivier Lamy <[email protected]> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4d411db..ad5e75c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,7 +104,7 @@ for (String os in runITsOses) { String cmd = "${runITscommand} -DmavenDistro=$WORK_DIR/apache-maven-dist.zip -Dmaven.test.failure.ignore=true" if (stageId.endsWith('-jdk7')) { // Java 7u80 has TLS 1.2 disabled by default: need to explicitly enable - cmd = "${cmd} -Dhttps.protocols=TLSv1.2" + cmd = "${cmd} -Dsurefire.extraArgLine='-Dhttps.protocols=TLSv1.2'" } if (isUnix()) {
