Skip to content

Commit 944733e

Browse files
committed
Fix range
1 parent 8ca23f7 commit 944733e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ data class BuildData(
3434
val targetCompatibilityLevel: JavaVersion = JavaVersion.VERSION_17,
3535
// https://github.com/JetBrains/gradle-intellij-plugin/issues/403#issuecomment-542890849
3636
val instrumentCodeCompilerVersion: String = ideaSDKVersion,
37-
val type: String = "IU"
37+
val type: String = "IC"
3838
)
3939

4040
val buildDataList = listOf(
4141
BuildData(
4242
ideaSDKShortVersion = "242",
4343
ideaSDKVersion = "2024.2",
44-
sinceBuild = "232",
44+
sinceBuild = "233",
4545
untilBuild = "242.*",
4646
)
4747
)

0 commit comments

Comments
 (0)