Skip to content

Commit a1d0720

Browse files
committed
Fix surefire warnings in build
Remove the override in jenkinsfile so the default is not overriden. Fixes following warnings in the build: ``` [WARNING] useSystemClassLoader setting has no effect when not forking [WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a <forkCount> >= 1. ```
1 parent 48cbec2 commit a1d0720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ pipeline {
350350
dir('eclipse.platform.swt') {
351351
sh '''
352352
mvn clean verify \
353-
--batch-mode --threads 1C -V -U -e -DforkCount=0 \
353+
--batch-mode --threads 1C -V -U -e \
354354
-Pbree-libs -Papi-check -Pjavadoc \
355355
-Dcompare-version-with-baselines.skip=false \
356356
-Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true \

0 commit comments

Comments
 (0)