File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
3334allprojects {
Original file line number Diff line number Diff line change 22module . 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
99if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments