Skip to content

Commit

Permalink
[GHA] Try maven 4 with java 11 to
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 9, 2023
1 parent 74736ec commit 056edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/it-maven-4.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 11
distribution: zulu
- name: Load Maven 4.0.0-alpha-8
run: ./mvnw -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=4.0.0-alpha-8 --no-transfer-progress
Expand Down

0 comments on commit 056edff

Please sign in to comment.