From 49c1d72915cdd5c53e97a297a25f38d67e5f5978 Mon Sep 17 00:00:00 2001 From: Taiyou <77050201+Taiyou06@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:52:41 +0300 Subject: [PATCH] pretty please? --- .github/workflows/build-1214.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-1214.yml b/.github/workflows/build-1214.yml index a4754f01..971d3152 100644 --- a/.github/workflows/build-1214.yml +++ b/.github/workflows/build-1214.yml @@ -38,7 +38,6 @@ jobs: with: java-version: 21 github-token: "${{ secrets.GITHUB_TOKEN }}" - cache: 'maven' set-java-home: true components: 'native-image' @@ -67,7 +66,7 @@ jobs: - name: Create ReobfPaperclipJar run: ./gradlew -Dorg.gradle.jvmargs="${{ env.GRAALVM_ARGS }}" -Dpaperweight.debug=true createReobfPaperclipJar --stacktrace --no-daemon --parallel - + - name: Gradle Cache Prune run: | if [ -d ~/.gradle/caches ]; then