diff --git a/Jenkinsfile b/Jenkinsfile index 718b6dcdcbb..94b9e1b1200 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { -Dmaven.test.failure.ignore=true \ -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,21,22 -Djdt.performance.asserts=disabled" \ + -Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,17 -Djdt.performance.asserts=disabled" \ -DDetectVMInstallationsJob.disabled=true \ -Dtycho.apitools.debug \ -Dtycho.debug.artifactcomparator \