feat: change JDK distribution from Temurin to Oracle in workflow
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 5m17s

This commit is contained in:
Your Name
2025-03-27 11:13:13 +01:00
parent 94343bd4de
commit b66b45579c

View File

@@ -13,7 +13,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'oracle'
java-version: '21'
cache: 'gradle'