Skip to content

Commit

Permalink
[Build] Remove unnecessary build arguments in GH workflow
Browse files Browse the repository at this point in the history
The propertiy 'compare-version-with-baselines.skip' is true by default.
  • Loading branch information
HannesWell committed Oct 16, 2024
1 parent 209d75a commit f95025e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
-DforkCount=1
-Dnative=${{ matrix.config.native }}
-Papi-check
-Dcompare-version-with-baselines.skip=true
-Dtycho.baseline.replace=none
--fail-at-end
-DskipNativeTests=false
Expand All @@ -83,7 +82,6 @@ jobs:
run: >-
mvn --batch-mode -V -U -e
-DforkCount=1
-Dcompare-version-with-baselines.skip=true
--fail-at-end
-DskipNativeTests=true
-DfailIfNoTests=true
Expand Down

0 comments on commit f95025e

Please sign in to comment.