From 14fcc69d0c58fa8f56bfc36c47babd793a425aa1 Mon Sep 17 00:00:00 2001 From: abilan Date: Tue, 18 Jul 2023 12:39:03 -0400 Subject: [PATCH] Downgrade to Kotlin `1.8.10` Looks like the JSR223 in `1.8.20` is broken and requires major refactoring like we have now in `6.2.0`: https://github.com/spring-projects/spring-integration/commit/8abd72d7c0dc3c4644c0eb92f98f6570518e1bcb --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee573c912f..134daf2e6d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlinVersion = '1.8.20' + ext.kotlinVersion = '1.8.10' ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey') repositories { gradlePluginPortal()