Skip to content

Commit

Permalink
build for 241
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Mar 24, 2024
1 parent 4b699fc commit d0c7cfa
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,6 @@ val buildDataList = listOf(
bunch = "212",
targetCompatibilityLevel = JavaVersion.VERSION_17,
jvmTarget = "17"
),
BuildData(
ideaSDKShortVersion = "223",
ideaSDKVersion = "2022.3",
sinceBuild = "223",
untilBuild = "223.*",
bunch = "212",
targetCompatibilityLevel = JavaVersion.VERSION_17,
jvmTarget = "17"
),
BuildData(
ideaSDKShortVersion = "222",
ideaSDKVersion = "2022.2",
sinceBuild = "212",
untilBuild = "222.*",
bunch = "212"
),
BuildData(
ideaSDKShortVersion = "211",
ideaSDKVersion = "2021.1",
sinceBuild = "211",
untilBuild = "211.*",
bunch = "203"
)
)

Expand Down

0 comments on commit d0c7cfa

Please sign in to comment.