Skip to content

Commit 25b4eb9

Browse files
committed
Remove debug and stacktrace options from Gradle build command in GitHub Actions
1 parent d1a649c commit 25b4eb9

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Gradle
3131
uses: gradle/actions/setup-gradle@v4
3232
- name: Build with Gradle
33-
run: ./gradlew clean ${{ inputs.build-command }} --debug --stacktrace
33+
run: ./gradlew clean ${{ inputs.build-command }}
3434
- name: Upload build artifacts
3535
uses: actions/upload-artifact@v4
3636
with:

0 commit comments

Comments
 (0)