Skip to content

Commit d0c7cfa

Browse files
committed
build for 241
1 parent 4b699fc commit d0c7cfa

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

build.gradle.kts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,6 @@ val buildDataList = listOf(
5959
bunch = "212",
6060
targetCompatibilityLevel = JavaVersion.VERSION_17,
6161
jvmTarget = "17"
62-
),
63-
BuildData(
64-
ideaSDKShortVersion = "223",
65-
ideaSDKVersion = "2022.3",
66-
sinceBuild = "223",
67-
untilBuild = "223.*",
68-
bunch = "212",
69-
targetCompatibilityLevel = JavaVersion.VERSION_17,
70-
jvmTarget = "17"
71-
),
72-
BuildData(
73-
ideaSDKShortVersion = "222",
74-
ideaSDKVersion = "2022.2",
75-
sinceBuild = "212",
76-
untilBuild = "222.*",
77-
bunch = "212"
78-
),
79-
BuildData(
80-
ideaSDKShortVersion = "211",
81-
ideaSDKVersion = "2021.1",
82-
sinceBuild = "211",
83-
untilBuild = "211.*",
84-
bunch = "203"
8562
)
8663
)
8764

0 commit comments

Comments
 (0)