Use --no-daemon and --no-configuration-cache for gradlew tasks

This commit is contained in:
William Brawner 2023-09-27 06:45:12 -06:00
parent 2f29f5d34a
commit d36b166416

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run checks with Gradle Wrapper
run: ./gradlew check
run: ./gradlew --no-daemon --no-configuration-cache check
# automerge:
# name: Enable automerge
# runs-on: ubuntu-latest