[jenkins] Test with Java 10
This commit is contained in:
parent
ef56892af0
commit
538f8cb3d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
final String publicRepo = 'https://github.com/kemitix/'
|
final String publicRepo = 'https://github.com/kemitix/'
|
||||||
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
||||||
final dependenciesSupportJDK = 9
|
final dependenciesSupportJDK = 10
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
Loading…
Reference in a new issue