We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127022c commit bac6f2dCopy full SHA for bac6f2d
.github/workflows/codegen-ci.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
java-version: ${{ matrix.java }}
30
distribution: 'corretto'
31
+ cache: gradle
32
33
- name: build and publish smithy-typescript
34
run: |
scripts/generate-clients/config.js
@@ -1,7 +1,7 @@
1
// Update this commit when taking up new changes from smithy-typescript.
2
module.exports = {
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT: "70766bb06f1b2c4cdccb4ce6bdbffc6f0c90f47e",
+ SMITHY_TS_COMMIT: "2dd7348b752d7d4722b911fe8343bd9302aed15e",
5
};
6
7
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments