Skip to content

Commit 387e663

Browse files
authored
Add assemble dependency for distribution packages (#19634)
We previously hit this behavior change with the archive builds. The same fix needs to be applied to the distribution packages to explicitly add the assemble dependency. Signed-off-by: Andrew Ross <[email protected]>
1 parent 84cc00c commit 387e663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/packages/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ subprojects {
450450
artifacts {
451451
'default' buildDist
452452
}
453+
tasks.named("assemble").configure { dependsOn(parent.tasks.named(buildTask)) }
453454

454455
if (dpkgExists() || rpmExists()) {
455456

0 commit comments

Comments
 (0)