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 adc71fe commit 898f407Copy full SHA for 898f407
.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 spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
+ run: ./gradlew 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