Обновить .gitea/workflows/java-pull-request-check-template.yml

This commit is contained in:
Артем Дроздов 2025-06-17 10:37:56 +00:00
parent 623ae7419a
commit beb42eccc3

View File

@ -50,8 +50,7 @@ jobs:
- uses: https://github.com/gradle/gradle-build-action@v2
with:
cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}
java-version: 21
distribution: 'temurin'
java-version: false
- name: run gradle check
run: ./gradlew ${{ inputs.gradle_check_command }}