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

This commit is contained in:
Артем Дроздов 2025-06-17 10:33:45 +00:00
parent 7ea30bc13f
commit 623ae7419a

View File

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