Обновить .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 - 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 java-version: false
distribution: 'temurin'
- name: run gradle check - name: run gradle check
run: ./gradlew ${{ inputs.gradle_check_command }} run: ./gradlew ${{ inputs.gradle_check_command }}