Skip to content

Commit

Permalink
[test] Confirm maven alpha 8 works properly with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 9, 2023
1 parent 87d5fdf commit 74736ec
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: 21
java-version: 17
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 74736ec

Please sign in to comment.