Skip to content

Commit 1321e52

Browse files
traskotelbot[bot]
authored andcommitted
Fix another recent gradle issue (#14266)
1 parent fbeb37e commit 1321e52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
cache-read-only: ${{ inputs.cache-read-only }}
195195

196196
- name: Build
197-
run: ./gradlew check javadoc spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
197+
run: ./gradlew check javadoc sourcesJar spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
198198

199199
- name: Check for jApiCmp diffs
200200
# The jApiCmp diff compares current to latest, which isn't appropriate for release branches

smoke-tests/images/quarkus/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks {
6363
}
6464

6565
sourcesJar {
66-
dependsOn(quarkusGenerateCode)
66+
dependsOn(quarkusGenerateCode, compileQuarkusGeneratedSourcesJava)
6767
}
6868

6969
javadoc {

0 commit comments

Comments
 (0)