File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # TODO: Delete this workflow when we migrate off JReleaser
2+
3+ name : JReleaser check
4+ on :
5+ pull_request :
6+
7+ jobs :
8+ jreleaser-check :
9+ permissions : {}
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : JReleaser check
13+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/jreleaser@main
Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ buildscript {
2222 */
2323 classpath(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.15.3" ))
2424 }
25+
26+ configurations.classpath {
27+ resolutionStrategy {
28+ /*
29+ Version bumping the SDK to 1.5.x in repo tools broke our buildscript classpath:
30+ java.lang.NoSuchMethodError: 'void kotlinx.coroutines.CancellableContinuation.resume(java.lang.Object, kotlin.jvm.functions.Function3)
31+
32+ FIXME: Figure out what broke our buildscipt classpath, this is a temporary fix
33+ */
34+ force(" com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.14" )
35+ }
36+ }
2537}
2638
2739plugins {
Original file line number Diff line number Diff line change 22kotlin-version = " 2.2.0"
33dokka-version = " 2.0.0"
44
5- aws-kotlin-repo-tools-version = " 0.4.41 "
5+ aws-kotlin-repo-tools-version = " 0.4.44 "
66
77# libs
88coroutines-version = " 1.10.2"
You can’t perform that action at this time.
0 commit comments