Downgrade to JDK 20
This commit is contained in:
parent
cbd83a0f34
commit
973664d710
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -29,10 +29,10 @@ jobs:
|
|||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Setup JDK 21
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
java-version: '20'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Gradle
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user