You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/12/02 09:40:51 UTC

[maven-surefire] 01/01: experiment with JDK 12 and Surefire 2.12.4

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

tibordigana pushed a commit to branch jdk12
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit e765ce904aa13bf8b9235fe0998e47282b57ee65
Author: Tibor17 <ti...@apache.org>
AuthorDate: Sun Dec 2 10:40:37 2018 +0100

    experiment with JDK 12 and Surefire 2.12.4
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 365035b..bab7285 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ properties(
 
 final def oses = ['linux':'ubuntu && !H24', 'windows':'Windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.5.x', '3.3.x', '3.2.x'] : ['3.5.x']
-final def jdks = [9, 8, 7]
+final def jdks = [12, 8, 7]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install', 'jacoco:report']