update smithy-cli jreleaser distribution to depend on runtimeZip (#2219)
This commit is contained in:
parent
d2be4712b4
commit
435b3f0f4f
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue