File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ stage('Non-default environments') {
313
313
-Denforcer.skip=true \
314
314
-DskipTests=true -Dcheckstyle.skip=true \
315
315
-DdisableDistributionBuild=true -DdisableDocumentationBuild=true \
316
+ -Dscan=false -Dno-build-cache \
316
317
"""
317
318
}
318
319
}
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ pipeline {
53
53
sh """ mvn clean verify \
54
54
artifact:compare -Dreference.repo=hibernate-maven-central \
55
55
-Preproducibility-check \
56
- --fail-at-end
56
+ --fail-at-end \
57
+ -Dscan=false -Dno-build-cache
57
58
"""
58
59
}
59
60
}
@@ -82,7 +83,8 @@ pipeline {
82
83
echo " Run a build with strict JAXP configuration."
83
84
sh """ mvn clean install \
84
85
-Dsurefire.jvm.args.jaxp.strict-args="-Djava.xml.config.file=$jaxpStrictProperties " \
85
- -Djava-version.test.release=23
86
+ -Djava-version.test.release=23 \
87
+ -Dscan=false -Dno-build-cache
86
88
"""
87
89
})
88
90
}
You can’t perform that action at this time.
0 commit comments