Skip to content

Commit ef66a21

Browse files
authored
chore(codegen): downgrade spotless to 7.2.1 (#7587)
1 parent e9b7f20 commit ef66a21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

codegen/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ plugins {
2727
jacoco
2828
id("com.github.spotbugs") version "6.3.0"
2929
id("org.jreleaser") version "1.21.0"
30-
id("com.diffplug.spotless") version "8.1.0"
30+
// spotless 8.x is incompatible with jreleaser 1.x (see https://github.com/jreleaser/jreleaser/issues/1989)
31+
id("com.diffplug.spotless") version "7.2.1"
3132
}
3233

3334
allprojects {

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
44
// Comparison link (update with previous hash):
5-
// https://github.com/smithy-lang/smithy-typescript/compare/934fd271bef22c7751e0c59615cf1639dd609c3c...de08d556d19c8500d88249f80b81f71131cc3138
6-
SMITHY_TS_COMMIT: "de08d556d19c8500d88249f80b81f71131cc3138",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/de08d556d19c8500d88249f80b81f71131cc3138...46c6eef6b80338f8acb560ba826519ade474ec5e
6+
SMITHY_TS_COMMIT: "46c6eef6b80338f8acb560ba826519ade474ec5e",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)