Skip to content

Commit

Permalink
Update keycloak.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner authored Apr 24, 2024
1 parent 1be5ab5 commit 2b65d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:

- uses: actions/checkout@v2

- name: set up JDK 21
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 21
java-version: 17

- name: grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 2b65d19

Please sign in to comment.