Skip to content

Commit

Permalink
[GHA] Bump maven wrapper to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored and mathieucarbou committed May 5, 2024
1 parent 0f8615a commit f716711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
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.2.0:wrapper -V -B -D"maven=3.2.5"
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)
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 f716711

Please sign in to comment.