Skip to content

Commit

Permalink
trying another java version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxkia committed Aug 12, 2023
1 parent ef89e83 commit 027e1d1
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 @@ -11,7 +11,7 @@ jobs:
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '22.0.0+9'
java-version: '22.0.0+9-ea'
distribution: 'zulu'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package

0 comments on commit 027e1d1

Please sign in to comment.