You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/03/21 20:41:56 UTC

[maven-dependency-analyzer] 01/01: Using JDK defaults instead of special ones.

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

khmarbaise pushed a commit to branch JDKDEFAULTS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 2d619bb70f055bbe9884d09e9491bccc672e7e6d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 21 21:41:39 2020 +0100

    Using JDK defaults instead of special ones.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b21831c..09ac70f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild(jdks:['7','8','11','12'])
+asfMavenTlpStdBuild()