Downgrade to JDK 20

This commit is contained in:
turtledevv 2025-05-31 11:48:52 -05:00 committed by GitHub
parent cbd83a0f34
commit 973664d710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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