jenkins: explicit type for jdk support variable
This commit is contained in:
parent
ecf6c9e2a5
commit
2d8b08ce51
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
||||||
final dependenciesSupportJDK = 10
|
final Integer dependenciesSupportJDK = 10
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
Loading…
Reference in a new issue