Skip to content

Commit

Permalink
update smithy-cli jreleaser distribution to depend on runtimeZip (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored Mar 27, 2024
1 parent d2be471 commit 435b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smithy-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -263,7 +264,6 @@ tasks.assembleDist.doFirst {
jreleaser {
gitRootSearch = true


project {
website = 'https://smithy.io'
authors = ['Smithy']
Expand Down

0 comments on commit 435b3f0

Please sign in to comment.