Skip to content

Commit

Permalink
Fix Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua committed Mar 8, 2024
1 parent 8383cb2 commit 6270a74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: 21
distribution: 'temurin'
cache: gradle

Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 6270a74

Please sign in to comment.