From 53c5444a7a0978f013f5a067238d4bde5126c4ea Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Thu, 15 Dec 2022 10:59:14 +0100 Subject: [PATCH] [Gradle] kgp-idea: Compatibility tests: bump version to 1.8.20-dev-4242 KT-55492 --- .../build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts index 218e38820a5..c8c671b1109 100644 --- a/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts @@ -4,7 +4,7 @@ * Version of kotlin-gradle-plugin-idea module that should be resolved for compatibility tests * This version can be treated as 'minimal guaranteed backwards compatible version' of the module. */ -val testedVersion = "1.8.20-dev-3076" +val testedVersion = "1.8.20-dev-4242" val isSnapshotTest = properties.contains("kgp-idea.snapshot_test") val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion