[jenkins] Test with Java 10

This commit is contained in:
Paul Campbell 2018-10-04 07:51:29 +01:00
parent ef56892af0
commit 538f8cb3d7

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