Skip to content

Commit

Permalink
[fix] updates ci to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 2, 2025
1 parent 8305a3a commit c7ebdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 11
java-version: 17

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 11
java-version: 17

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit c7ebdf6

Please sign in to comment.