Skip to content

Commit

Permalink
Add stacktrace option to gradle build command
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Dec 21, 2024
1 parent 636dd56 commit 74138c9
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:
uses: gradle/actions/setup-gradle@v4

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

publish:
if: github.repository == 'sproctor/compose-data-table' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
Expand Down

0 comments on commit 74138c9

Please sign in to comment.