Skip to content

Commit

Permalink
build: Update workflow for maven 4-alpha9
Browse files Browse the repository at this point in the history
Change-Id: Ifda99e0931cf9d2f2559dd70eee1799a55ebef10
  • Loading branch information
talios committed Dec 14, 2023
1 parent 92eedcf commit b2520f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java8_m4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Tests on Java 8 and Maven 4.0.0-alpha-8
name: Integration Tests on Java 8 and Maven 4.0.0-alpha-9

on:
push:
Expand All @@ -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-8/binaries/apache-maven-4.0.0-alpha-8-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-9/binaries/apache-maven-4.0.0-alpha-9-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 b2520f7

Please sign in to comment.