Skip to content

Commit

Permalink
Run gradle build with stacktrace and info
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 27, 2024
1 parent 820e9a7 commit 060e1dc
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 @@ -31,7 +31,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --stacktrace --info

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

0 comments on commit 060e1dc

Please sign in to comment.