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 50410a9 Add JDK 10 to the jdk default
50410a9 is described below
commit 50410a9dfd4903adf620cfb28704c330f966f0c9
Author: rfscholte <[email protected]>
AuthorDate: Sun Mar 25 23:14:39 2018 +0200
Add JDK 10 to the jdk default
---
vars/asfMavenTlpStdBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 4355854..2aeca74 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -33,7 +33,7 @@ def call(Map params = [:]) {
// now determine the matrix of parallel builds
def oses = params.containsKey('os') ? params.os : ['linux', 'windows']
- def jdks = params.containsKey('jdks') ? params.jdks :
params.containsKey('jdk') ? params.jdk : ['7','8','9']
+ def jdks = params.containsKey('jdks') ? params.jdks :
params.containsKey('jdk') ? params.jdk : ['7','8','9','10']
def maven = params.containsKey('maven') ? params.maven : '3.x.x'
def failFast = params.containsKey('failFast') ? params.failFast : true
Map tasks = [failFast: failFast]
--
To stop receiving notification emails like this one, please contact
[email protected].