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