Skip to content

Commit

Permalink
update to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Dec 13, 2024
1 parent 6e1f4e5 commit 0d3ba1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK 9
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '9'
distribution: 'adopt'
java-version: '11'
distribution: 'temurin'
cache: gradle

- name: Cache Gradle packages
Expand Down

0 comments on commit 0d3ba1e

Please sign in to comment.