Skip to content

Commit

Permalink
Enable baseline comparison
Browse files Browse the repository at this point in the history
So needed version bumps doesn't go in unnoticed.
  • Loading branch information
akurtakov committed Nov 3, 2023
1 parent 574f4bf commit 86ab940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pipeline {
mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-Ptest-on-javase-21 -Pbree-libs -Papi-check \
-Dcompare-version-with-baselines.skip=false \
-Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \
-Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17,19,21 -Djdt.performance.asserts=disabled" \
-DDetectVMInstallationsJob.disabled=true \
Expand Down

0 comments on commit 86ab940

Please sign in to comment.