From 435b3f0f4feeb8463dc3639d9ad976da156c925c Mon Sep 17 00:00:00 2001 From: Hayden Baker Date: Wed, 27 Mar 2024 12:45:39 -0700 Subject: [PATCH] update smithy-cli jreleaser distribution to depend on runtimeZip (#2219) --- smithy-cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smithy-cli/build.gradle b/smithy-cli/build.gradle index a260c09d646..b1792630bbc 100644 --- a/smithy-cli/build.gradle +++ b/smithy-cli/build.gradle @@ -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']