From 7ea30bc13f79d364e6fd1fcc6ceaa50e2cab7ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=94=D1=80=D0=BE=D0=B7?= =?UTF-8?q?=D0=B4=D0=BE=D0=B2?= Date: Tue, 17 Jun 2025 10:24:20 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/java-pull-request-check-template.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/java-pull-request-check-template.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/java-pull-request-check-template.yml b/.gitea/workflows/java-pull-request-check-template.yml index d5f4b91..fdade0a 100644 --- a/.gitea/workflows/java-pull-request-check-template.yml +++ b/.gitea/workflows/java-pull-request-check-template.yml @@ -47,11 +47,6 @@ jobs: image: gradle:8.12.0-jdk21-alpine steps: - uses: https://github.com/actions/checkout@v3 - - uses: https://github.com/actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: 21 - check-latest: "false" - uses: https://github.com/gradle/gradle-build-action@v2 with: cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}