From 18d552d0a4c11a53244123173db7c07ad33a2e9e Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 31 Aug 2018 08:29:38 +0100 Subject: [PATCH] jenkins: build jdk 10 --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 37f5d07..905d29c 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