From 813cc9807c63cc97303ed33c9683ba3e69f08faa Mon Sep 17 00:00:00 2001 From: snake-4 <18491360+snake-4@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:01:27 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a83648a..b233430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,6 @@ jobs: distribution: "temurin" java-version: "17" - - name: Setup Gradle - uses: gradle/gradle-build-action@v2 - with: - gradle-home-cache-cleanup: true - - name: Build with Gradle run: | chmod 777 ./gradlew