Skip to content

Commit

Permalink
Use maven 4 beta4 in pipeline test
Browse files Browse the repository at this point in the history
Change-Id: I33f8c12a60fb8b4fdab17abd929318049780b17b
  • Loading branch information
talios committed Sep 5, 2024
1 parent 8d59b53 commit 4ffc157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java8_m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 8
- name: Switch To Maven 4
run: |
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-12/binaries/apache-maven-4.0.0-alpha-12-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-beta-4/binaries/apache-maven-4.0.0-beta-4-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar" >> .mvn/wrapper/maven-wrapper.properties
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots install -Prun-its

0 comments on commit 4ffc157

Please sign in to comment.