You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/03/16 14:49:38 UTC

[maven] 01/01: Test build with Java 11

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

slachiewicz pushed a commit to branch build-test-11
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 263f1a5768906d6fac28abce27400eeae5e0c838
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 16 15:49:18 2019 +0100

    Test build with Java 11
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bcf5310..8dce0d7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,7 +20,7 @@
 properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'5':'1'))])
 
 def buildOs = 'linux'
-def buildJdk = '8'
+def buildJdk = '11'
 def buildMvn = '3.6.0'
 def runITsOses = ['linux', 'windows']
 def runITsJdks = ['7', '8', '11']