remove single use daemon

This commit is contained in:
mcrcortex
2025-05-01 12:08:10 +10:00
parent 8a8cc8c423
commit ba788062c5
2 changed files with 2 additions and 2 deletions

View File

@@ -24,4 +24,4 @@ jobs:
cache-read-only: true cache-read-only: true
- name: Gradle build - name: Gradle build
run: ./gradlew build --no-daemon run: ./gradlew build

View File

@@ -24,4 +24,4 @@ jobs:
cache-read-only: false cache-read-only: false
- name: Gradle build - name: Gradle build
run: ./gradlew build --no-daemon run: ./gradlew build