Javadoc build doesn't need to be offline
This commit is contained in:
parent
b7c4e1c7dc
commit
7ac18fc215
|
@ -38,7 +38,7 @@ node {
|
|||
stage('Javadoc') {
|
||||
withEnv(mvnEnv) {
|
||||
timeout(time: 20, unit: 'MINUTES') {
|
||||
sh "mvn --offline -B javadoc:javadoc"
|
||||
sh "mvn -B javadoc:javadoc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue