Skip to content

Commit

Permalink
[GHA] Bump maven consumer run to 3.6.3 now
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored and mathieucarbou committed May 5, 2024
1 parent f716711 commit 8483613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
java-version: 8
distribution: ${{ matrix.distribution }}
- name: Load Maven 3.2.5 Integration Run (Consumer Run) using GitHub Provided Maven
run: mvn org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper -V -B -D"maven=3.2.5"
- name: Test with Maven 3.2.5 Java 8 (Consumer Run)
- name: Load Maven 3.6.3 Integration Run (Consumer Run) using GitHub Provided Maven
run: mvn org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper -V -B -D"maven=3.6.3"
- name: Test with Maven 3.6.3 Java 8 (Consumer Run)
run: ./mvnw invoker:run -V -B -D"maven.artifact.threads=64" -D"org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

0 comments on commit 8483613

Please sign in to comment.