Skip to content

Commit

Permalink
CI fix: JDK 11 -> 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Oct 10, 2023
1 parent 0991cf6 commit 707ce15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Java env
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

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

Expand Down

0 comments on commit 707ce15

Please sign in to comment.