From 52243e82da83e2684c608fd4585da955881680ec Mon Sep 17 00:00:00 2001 From: "Alexander.Glukhov" Date: Mon, 30 Sep 2024 16:20:56 +0200 Subject: [PATCH] [gradle][IDEA-359181] updated Gradle compatibility matrix for Gradle 8.10.2 GitOrigin-RevId: e0aea0b3cba7496dbba78ecd891968fdb10289f7 --- plugins/gradle/generated/GradleJvmSupportDefaultData.kt | 2 +- plugins/gradle/resources/compatibility/compatibility.json | 6 +++--- .../plugins/gradle/util/GradleJvmSupportMatricesTest.kt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/gradle/generated/GradleJvmSupportDefaultData.kt b/plugins/gradle/generated/GradleJvmSupportDefaultData.kt index 855102db7c41..13846afdc4f1 100644 --- a/plugins/gradle/generated/GradleJvmSupportDefaultData.kt +++ b/plugins/gradle/generated/GradleJvmSupportDefaultData.kt @@ -18,7 +18,7 @@ internal val DEFAULT_DATA = GradleCompatibilityState( "5.0", "5.1", "5.2", "5.3", "5.3.1", "5.4", "5.4.1", "5.5", "5.5.1", "5.6", "5.6.2", "6.0", "6.0.1", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6", "6.7", "6.8", "6.8.3", "6.9", "7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.5.1", "7.6", - "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.1" + "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.2" ), compatibility = listOf( VersionMapping(java = "6-8", gradle = "INF-5.0"), diff --git a/plugins/gradle/resources/compatibility/compatibility.json b/plugins/gradle/resources/compatibility/compatibility.json index 028b27f5428b..cf358a9f1448 100644 --- a/plugins/gradle/resources/compatibility/compatibility.json +++ b/plugins/gradle/resources/compatibility/compatibility.json @@ -33,7 +33,7 @@ "5.0", "5.1", "5.2", "5.3", "5.3.1", "5.4", "5.4.1", "5.5", "5.5.1", "5.6", "5.6.2", "6.0", "6.0.1", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6", "6.7", "6.8", "6.8.3", "6.9", "7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.5.1", "7.6", - "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.1" + "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.2" ], "compatibility": [ {"java": "6-8", "gradle": "INF-5.0"}, @@ -64,7 +64,7 @@ "5.0", "5.1", "5.2", "5.3", "5.3.1", "5.4", "5.4.1", "5.5", "5.5.1", "5.6", "5.6.2", "6.0", "6.0.1", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6", "6.7", "6.8", "6.8.3", "6.9", "7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.5.1", "7.6", - "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.1" + "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.2" ], "compatibility": [ {"java": "6-8", "gradle": "INF-5.0"}, @@ -94,7 +94,7 @@ "5.0", "5.1", "5.2", "5.3", "5.3.1", "5.4", "5.4.1", "5.5", "5.5.1", "5.6", "5.6.2", "6.0", "6.0.1", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6", "6.7", "6.8", "6.8.3", "6.9", "7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.5.1", "7.6", - "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.1" + "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "8.10.2" ], "compatibility": [ {"java": "6-8", "gradle": "INF-5.0"}, diff --git a/plugins/gradle/testSources/org/jetbrains/plugins/gradle/util/GradleJvmSupportMatricesTest.kt b/plugins/gradle/testSources/org/jetbrains/plugins/gradle/util/GradleJvmSupportMatricesTest.kt index d5c18fd0ec2c..9a8a991cbe0d 100644 --- a/plugins/gradle/testSources/org/jetbrains/plugins/gradle/util/GradleJvmSupportMatricesTest.kt +++ b/plugins/gradle/testSources/org/jetbrains/plugins/gradle/util/GradleJvmSupportMatricesTest.kt @@ -11,7 +11,7 @@ class GradleJvmSupportMatricesTest : GradleJvmSupportMatricesTestCase() { private const val LATEST_SUPPORTED_JAVA_VERSION = 23 private const val FUTURE_JAVA_VERSION = 100 private const val BUNDLED_GRADLE_VERSION = "8.10" - private const val LATEST_GRADLE_VERSION = "8.10.1" + private const val LATEST_GRADLE_VERSION = "8.10.2" } fun `test bundled gradle version`() {