We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca44bd commit 69cda81Copy full SHA for 69cda81
Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
stage('Build JDK8') {
5
agent { docker 'openjdk:8-jdk' }
6
steps {
7
- sh './mvnw verify -fae -Pfast'
+ sh './mvnw clean verify -U -fae -Pfast'
8
}
9
10
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -236,7 +236,7 @@
236
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
237
<xml-maven-plugin.version>1.0.2</xml-maven-plugin.version>
238
<flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
239
- <scope.agent.version>0.1.7-beta.11</scope.agent.version>
+ <scope.agent.version>0.1.7</scope.agent.version>
240
241
</properties>
242
<dependencyManagement>
0 commit comments