Skip to content

Commit

Permalink
Disable broken baseline comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed Dec 15, 2024
1 parent b6860a0 commit ab85b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-Ptest-on-javase-24 -Pbree-libs -Papi-check -Pjavadoc -Pp2-repo \
-Dmaven.test.failure.ignore=true \
-Dcompare-version-with-baselines.skip=false \
-Dcompare-version-with-baselines.skip=true \
-Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \
-Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17,21,23,24 -Djdt.performance.asserts=disabled" \
-DDetectVMInstallationsJob.disabled=true \
Expand Down

0 comments on commit ab85b16

Please sign in to comment.