We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed1093 commit 51e6318Copy full SHA for 51e6318
.github/workflows/build-common.yml
@@ -194,7 +194,7 @@ jobs:
194
cache-read-only: ${{ inputs.cache-read-only }}
195
196
- name: Build
197
- run: ./gradlew check javadoc sourcesJar spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
+ run: ./gradlew --stacktrace check javadoc sourcesJar spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
198
199
- name: Check for jApiCmp diffs
200
# The jApiCmp diff compares current to latest, which isn't appropriate for release branches
0 commit comments