Skip to content

Commit

Permalink
Remove --debug from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 27, 2024
1 parent 91929e4 commit b5bbc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build --stacktrace --info --debug
arguments: build --stacktrace --info

- name: Publish with Gradle
if: ${{ github.event.inputs.publish }}
Expand Down

0 comments on commit b5bbc4c

Please sign in to comment.