Skip to content

Commit ae5e826

Browse files
committed
Remove --no-daemon option from clean build command in GitHub Actions workflow
1 parent f1285c2 commit ae5e826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)