Skip to content

Commit

Permalink
reduce to 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Aug 27, 2024
1 parent fcef343 commit 8bb6710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ data class BuildData(
val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "242",
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
sinceBuild = "233",
ideaSDKVersion = "2024.2",
sinceBuild = "232",
untilBuild = "242.*",
)
)
Expand Down Expand Up @@ -145,7 +145,7 @@ intellij {

type.set(buildVersionData.type) // Target IDE Platform
sandboxDir.set("${project.buildDir}/${buildVersionData.ideaSDKShortVersion}/idea-sandbox")
plugins.set(listOf("com.redhat.devtools.lsp4ij:0.3.0"))
plugins.set(listOf("com.redhat.devtools.lsp4ij:0.4.0"))
}

repositories {
Expand Down

0 comments on commit 8bb6710

Please sign in to comment.