From 4c79fbdc792cdf9c617beeeb5dbce35f24cfc4e7 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:11:24 +0000 Subject: [PATCH] chore(ci): cache gradle in GitHub workflow --- .github/workflows/codegen-ci.yml | 1 + scripts/generate-clients/config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index cc83a3eca233..4c72fcd75e64 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -28,6 +28,7 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'corretto' + cache: gradle - name: build and publish smithy-typescript run: | diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index af2a698ae81f..a6bba413adda 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "70766bb06f1b2c4cdccb4ce6bdbffc6f0c90f47e", + SMITHY_TS_COMMIT: "2dd7348b752d7d4722b911fe8343bd9302aed15e", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {