Skip to content

Commit

Permalink
Downgrading tycho to 2.7.0 to trouble shoot failing jenkins job
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana committed Apr 26, 2022
1 parent be1b1b2 commit bcd1997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -31,7 +31,7 @@ pipeline {
# export MAVEN_OPTS="-Xmx2G"
mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-Pbuild-individual-bundles -Ptest-on-javase-17 -Pbree-libs -Papi-check \
-Pbuild-individual-bundles -Ptest-on-javase-17 -Pbree-libs -Papi-check -Dtycho.version=2.7.0 \
-Djava.io.tmpdir=$WORKSPACE/tmp -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 \
-Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17 -Djdt.performance.asserts=disabled"
"""
Expand Down

0 comments on commit bcd1997

Please sign in to comment.