mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[gradle][IDEA-363327][IJ-CR-149446] update Gradle compatibility matrix for Gradle 8.11
(cherry picked from commit 64689fbd4785e044283d8645949df17e09f84993) GitOrigin-RevId: 4d8b46440821cea3f141f47889726e7be078d1ee
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4746abf37e
commit
70b74d183d
@@ -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.2"
|
||||
"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", "8.11"
|
||||
),
|
||||
compatibility = listOf(
|
||||
VersionMapping(java = "6-8", gradle = "INF-5.0"),
|
||||
|
||||
@@ -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.2"
|
||||
"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", "8.11"
|
||||
],
|
||||
"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.2"
|
||||
"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", "8.11"
|
||||
],
|
||||
"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.2"
|
||||
"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", "8.11"
|
||||
],
|
||||
"compatibility": [
|
||||
{"java": "6-8", "gradle": "INF-5.0"},
|
||||
|
||||
@@ -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.2"
|
||||
private const val LATEST_GRADLE_VERSION = "8.11"
|
||||
}
|
||||
|
||||
fun `test bundled gradle version`() {
|
||||
|
||||
Reference in New Issue
Block a user