From 2d8b08ce513379f58c1d46670943c4206abf7abd Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 3 Jul 2018 07:27:36 +0100 Subject: [PATCH] jenkins: explicit type for jdk support variable --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index c6835c4..e61c0ee 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,5 +1,5 @@ final String mvn = "mvn --batch-mode --update-snapshots --errors" -final dependenciesSupportJDK = 10 +final Integer dependenciesSupportJDK = 10 pipeline { agent any