You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/02/22 17:36:48 UTC

[maven-jenkins-lib] branch master updated: [INFRA-19861] Analyzing...

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new f1a8105  [INFRA-19861] Analyzing...
f1a8105 is described below

commit f1a8105191b30457c6465bd26edb3ad38546895d
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Feb 22 18:36:02 2020 +0100

    [INFRA-19861] Analyzing...
---
 vars/asfMavenTlpPlgnBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 5bc4307..defb818 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -129,6 +129,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
   if (jdk == '7') {
     // Java 7u80 has TLS 1.2 disabled by default: need to explicitely enable
     cmd += '-Dhttps.protocols=TLSv1.2'
+    cmd += '-X'
   }
 
   if (plan == 'build') {