I'd boldly drop 9 and 10, they're dead.

Am 2018-10-03 um 10:56 schrieb Olivier Lamy:
hehe we may see a lot of red :)

On Wed, 3 Oct 2018 at 15:46, <rfscho...@apache.org> wrote:

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 097a623  Add Java 11 to defaults
097a623 is described below

commit 097a623bb5c3f24e94f24a86f83e8b272a1aae61
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Wed Oct 3 07:46:15 2018 +0200

     Add Java 11 to defaults
---
  vars/asfMavenTlpPlgnBuild.groovy | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy
b/vars/asfMavenTlpPlgnBuild.groovy
index dc07d6e..cf0bde1 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.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','10']
+    def jdks = params.containsKey('jdks') ? params.jdks :
params.containsKey('jdk') ? params.jdk : ['7','8','9','10','11']
      def jdkMin = jdks[0];
      def mavens = params.containsKey('maven') ? params.maven :
['3.2.x','3.3.x','3.5.x']
      // def failFast = params.containsKey('failFast') ? params.failFast :
true





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to