jenkins: turn off maven debug mode
This commit is contained in:
parent
9a93bf79cc
commit
ecf6c9e2a5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
final String mvn = "mvn --batch-mode --update-snapshots --errors --debug"
|
final String mvn = "mvn --batch-mode --update-snapshots --errors"
|
||||||
final dependenciesSupportJDK = 10
|
final dependenciesSupportJDK = 10
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
Loading…
Reference in a new issue