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/10/18 17:05:25 UTC

[maven-jenkins-lib] branch master updated: remove debug-flag

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 020b09d  remove debug-flag
020b09d is described below

commit 020b09db9a524c1f3355e7e9eddf11420ffc8673
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Oct 18 19:05:13 2020 +0200

    remove debug-flag
---
 vars/asfMavenTlpPlgnBuild.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index d49c904..0924a35 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -129,7 +129,6 @@ 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') {