We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca23f7 commit 944733eCopy full SHA for 944733e
build.gradle.kts
@@ -34,14 +34,14 @@ data class BuildData(
34
val targetCompatibilityLevel: JavaVersion = JavaVersion.VERSION_17,
35
// https://github.com/JetBrains/gradle-intellij-plugin/issues/403#issuecomment-542890849
36
val instrumentCodeCompilerVersion: String = ideaSDKVersion,
37
- val type: String = "IU"
+ val type: String = "IC"
38
)
39
40
val buildDataList = listOf(
41
BuildData(
42
ideaSDKShortVersion = "242",
43
ideaSDKVersion = "2024.2",
44
- sinceBuild = "232",
+ sinceBuild = "233",
45
untilBuild = "242.*",
46
47
0 commit comments