Skip to content

Commit

Permalink
[actions] Adjust name for wrapper 3.3.9 usage and wrapper goal
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 4, 2022
1 parent 15b5b51 commit 7ceb76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/it-maven339.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#

name: Java Integration Tests
name: Java Integration Tests Maven 3.3.9

on: [push, pull_request]

Expand All @@ -33,7 +33,7 @@ jobs:
java-version: 11
distribution: 'zulu'
- name: Load Maven 3.3.9
run: ./mvnw org.apache.maven.plugins:maven-wrapper-plugin:3.1.0 -DmavenVersion=3.3.9
run: ./mvnw org.apache.maven.plugins:maven-wrapper-plugin:3.1.0:wrapper -DmavenVersion=3.3.9
- name: Build Setup
run: ./mvnw clean install -Dmaven.min-version=3.3.9
- name: Integration Test with Maven
Expand Down

0 comments on commit 7ceb76b

Please sign in to comment.