Skip to content

Commit

Permalink
Use only-script m-wrapper-p type
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 15, 2023
1 parent 2e157a9 commit 76c2721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
ff-goal: test
verify-goal: clean install
verify-fail-fast: false
maven-matrix: '[ "3.9.6", "3.2.5", "3.8.8" ]'
maven-matrix: '[ "3.6.3", "3.8.8", "3.9.6" ]'
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

- name: Set up Maven
run:
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{ inputs.ff-maven }}"
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.ff-maven }}"

- name: Build with Maven
run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args }} ${{ inputs.ff-goal }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:

- name: Set up Maven
if: steps.should-run.conclusion == 'success'
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{ matrix.maven }}"
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ matrix.maven }}"

- name: Build with Maven
if: steps.should-run.conclusion == 'success'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>39</version>
<version>41</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 76c2721

Please sign in to comment.