Skip to content

Commit

Permalink
trying java 22 ea from open jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxkia committed Aug 12, 2023
1 parent 027e1d1 commit a0a4754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '22.0.0+9-ea'
distribution: 'zulu'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package

0 comments on commit a0a4754

Please sign in to comment.