Skip to content

Commit 26f79d0

Browse files
committed
Remove --no-daemon option from clean build command in GitHub Actions workflow
1 parent f1befa3 commit 26f79d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: gradle
2121
java-version: 21
2222
- name: Clean Build
23-
run: ./gradlew clean build --no-daemon
23+
run: ./gradlew build
2424
- name: Determine release status
2525
if: ${{ runner.os == 'Linux' }}
2626
run: |

0 commit comments

Comments
 (0)