Skip to content

Commit b35ad34

Browse files
HannesWellakurtakov
authored andcommitted
[Build] Remove not used property declarations from Jenkinsfile
1 parent 252441d commit b35ad34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: >-
5454
mvn --batch-mode -Pbuild-individual-bundles -DforceContextQualifier=zzz
5555
--global-toolchains ${{ github.workspace }}/eclipse.platform.swt/.github/toolchains.xml
56-
-DskipJni -Dcompare-version-with-baselines.skip=true -Dmaven.compiler.failOnWarning=true install
56+
-Dcompare-version-with-baselines.skip=true -Dmaven.compiler.failOnWarning=true install
5757
working-directory: eclipse.platform.swt.binaries
5858
- name: Build with Maven
5959
uses: GabrielBB/xvfb-action@v1

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
wrap([$class: 'Xvnc', useXauthority: true]) {
9999
withEnv(["JAVA_HOME=${ tool 'openjdk-jdk17-latest' }"]) {
100100
dir ('eclipse.platform.swt.binaries') {
101-
sh '/opt/tools/apache-maven/latest/bin/mvn --batch-mode -Pbuild-individual-bundles -DforceContextQualifier=zzz -Dnative=gtk.linux.x86_64 -DskipJni -DskipRust -Dcompare-version-with-baselines.skip=true -Dmaven.compiler.failOnWarning=true install '
101+
sh '/opt/tools/apache-maven/latest/bin/mvn --batch-mode -Pbuild-individual-bundles -DforceContextQualifier=zzz -Dnative=gtk.linux.x86_64 -Dcompare-version-with-baselines.skip=true -Dmaven.compiler.failOnWarning=true install '
102102
}
103103
dir ('eclipse.platform.swt') {
104104
sh '/opt/tools/apache-maven/latest/bin/mvn --batch-mode -Pbuild-individual-bundles -DcheckAllWS=true -DforkCount=0 -Dcompare-version-with-baselines.skip=false -Dmaven.compiler.failOnWarning=true \

0 commit comments

Comments
 (0)