diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95fde2a26..3d9f01b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,10 @@ jobs: with: distribution: temurin java-version: 17 + cache: 'gradle' - name: Configure Git run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions" - name: Apply Patches - run: ./gradlew applyPatches --stacktrace + run: ./gradlew applyPatches --no-daemon --stacktrace - name: Build - run: ./gradlew build --stacktrace + run: ./gradlew build --no-daemon --stacktrace