From 538f8cb3d7103e9c27f7b80a7ebd85c598145cb9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 4 Oct 2018 07:51:29 +0100 Subject: [PATCH] [jenkins] Test with Java 10 --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 776fd5d..7f0eaa4 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,6 +1,6 @@ final String publicRepo = 'https://github.com/kemitix/' final String mvn = "mvn --batch-mode --update-snapshots --errors" -final dependenciesSupportJDK = 9 +final dependenciesSupportJDK = 10 pipeline { agent any