Обновить .gitea/workflows/java-pull-request-check-template.yml
This commit is contained in:
parent
7ea30bc13f
commit
623ae7419a
@ -50,6 +50,8 @@ 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'
|
||||
|
||||
- name: run gradle check
|
||||
run: ./gradlew ${{ inputs.gradle_check_command }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user