Skip to content

Commit

Permalink
support 2023.3 EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 25, 2023
1 parent d81cd05 commit 1f46412
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ data class BuildData(
)

val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "233",
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
sinceBuild = "233",
untilBuild = "233.*",
),
BuildData(
ideaSDKShortVersion = "232",
ideaSDKVersion = "LATEST-EAP-SNAPSHOT",
Expand All @@ -32,7 +38,7 @@ val buildDataList = listOf(
)

group = "com.cppcxy"
val sumnekoVersion = "3.6.25"
val sumnekoVersion = "3.7.0"

val sumnekoProjectUrl = "https://github.com/LuaLS/lua-language-server"

Expand Down Expand Up @@ -99,9 +105,9 @@ repositories {
mavenCentral()
}

dependencies {
implementation("com.google.code.gson:gson:2.8.9")
}
//dependencies {
// implementation("com.google.code.gson:gson:2.8.9")
//}

sourceSets {
main {
Expand Down

0 comments on commit 1f46412

Please sign in to comment.