Skip to content

Commit

Permalink
Experiment: raise verbosity to analyse bogus error from baseline check
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed Dec 14, 2024
1 parent 6098a84 commit 5f0eed8
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 @@ -30,7 +30,7 @@ pipeline {
mvn clean install -f org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository -DcompilerBaselineMode=disable -DcompilerBaselineReplace=none
mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
mvn -U clean verify --batch-mode --fail-at-end -X -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 \
Expand Down

0 comments on commit 5f0eed8

Please sign in to comment.