We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b74f9 commit 262bbf5Copy full SHA for 262bbf5
.github/workflows/build.yaml
@@ -91,7 +91,7 @@ jobs:
91
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
92
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
93
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
94
- run: ./gradlew build publishSnapshot sonarqube
+ run: ./gradlew build publishSnapshot sonarqube --stacktrace
95
96
- name: archive test results
97
uses: actions/upload-artifact@v1
0 commit comments