Use the stacktrace flag with gradle

--stacktrace
This commit is contained in:
turtledevv 2025-05-31 11:55:01 -05:00 committed by GitHub
parent 973664d710
commit 2ee75d8675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --stacktrace
- name: Upload Build Artifact
uses: actions/upload-artifact@v4