jenkins: explicit type for jdk support variable

This commit is contained in:
Paul Campbell 2018-07-03 07:27:36 +01:00
parent ecf6c9e2a5
commit 2d8b08ce51

View file

@ -1,5 +1,5 @@
final String mvn = "mvn --batch-mode --update-snapshots --errors"
final dependenciesSupportJDK = 10
final Integer dependenciesSupportJDK = 10
pipeline {
agent any