update smithy-cli jreleaser distribution to depend on runtimeZip (#2219)

This commit is contained in:
Hayden Baker 2024-03-27 12:45:39 -07:00 committed by GitHub
parent d2be4712b4
commit 435b3f0f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -254,6 +254,7 @@ task integ(type: Test) {
tasks["integ"].dependsOn("runtime")
// ------ Setup Jreleaser -------
tasks["assembleDist"].dependsOn("runtimeZip")
tasks.assembleDist.doFirst {
// This is a workaround for a weird behavior.
// https://github.com/jreleaser/jreleaser/issues/1292
@ -263,7 +264,6 @@ tasks.assembleDist.doFirst {
jreleaser {
gitRootSearch = true
project {
website = 'https://smithy.io'
authors = ['Smithy']