Skip to content

Commit

Permalink
[Build] Remove superfluous explicit definition sourceEncoding
Browse files Browse the repository at this point in the history
The eclipse-platform-parent/pom.xml already defines the property
'project.build.sourceEncoding=UTF-8'
  • Loading branch information
HannesWell authored and akurtakov committed Apr 1, 2024
1 parent 363549d commit bb23002
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
-Pbree-libs
-Papi-check
-Dcompare-version-with-baselines.skip=false
-Dproject.build.sourceEncoding=UTF-8
-Dmaven.test.failure.ignore=true
-Drt.equinox.binaries.loc=${{ github.workspace }}/rt.equinox.binaries
clean verify
Expand Down Expand Up @@ -202,7 +201,6 @@ jobs:
-Pbree-libs
-Ptck
-Dskip-default-modules=true
-Dproject.build.sourceEncoding=UTF-8
-Dtycho.resolver.classic=false
-fn
clean verify
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
-Pbree-libs
-Papi-check
-Dcompare-version-with-baselines.skip=false
-Dproject.build.sourceEncoding=UTF-8
-Dmaven.test.failure.ignore=true
-Drt.equinox.binaries.loc=${{ github.workspace }}/rt.equinox.binaries
-DskipTests=true
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pipeline {
sh """
mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-Pbree-libs -Papi-check -Pjavadoc\
-Dproject.build.sourceEncoding=UTF-8 \
-Drt.equinox.binaries.loc=$WORKSPACE/rt.equinox.binaries
"""
}
Expand Down

0 comments on commit bb23002

Please sign in to comment.