Skip to content

Commit

Permalink
Change java-version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak committed Mar 6, 2024
1 parent 0170a01 commit 28365cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UserManagementAPI/.github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: temurin
java-version: '21-ea'
cache: 'maven'

- name: Build with Maven
Expand Down

0 comments on commit 28365cc

Please sign in to comment.