We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a649c commit 25b4eb9Copy full SHA for 25b4eb9
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Gradle
31
uses: gradle/actions/setup-gradle@v4
32
- name: Build with Gradle
33
- run: ./gradlew clean ${{ inputs.build-command }} --debug --stacktrace
+ run: ./gradlew clean ${{ inputs.build-command }}
34
- name: Upload build artifacts
35
uses: actions/upload-artifact@v4
36
with:
0 commit comments