jenkins: build jdk 10

This commit is contained in:
Paul Campbell 2018-08-31 08:29:38 +01:00
parent b63735159e
commit 18d552d0a4

View file

@ -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