From 33b5813f9b0215f126a74f6dd8b26236fdecc972 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:10:58 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/java-pull-request-check-template.yml b/.gitea/workflows/java-pull-request-check-template.yml index 5edc485..d5f4b91 100644 --- a/.gitea/workflows/java-pull-request-check-template.yml +++ b/.gitea/workflows/java-pull-request-check-template.yml @@ -43,6 +43,8 @@ jobs: check: name: check and test runs-on: ubuntu-latest + container: + image: gradle:8.12.0-jdk21-alpine steps: - uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/setup-java@v3