Skip to content

Commit

Permalink
FIX build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jun 15, 2024
1 parent c0bfe3b commit 95ac2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ task("install", type = Copy::class) {
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
pluginName.set("Sumneko-Lua")
// version.set(buildVersionData.ideaSDKVersion)
version.set(buildVersionData.ideaSDKVersion)
type.set(buildVersionData.type) // Target IDE Platform
localPath.set("C:\\Users\\zc\\AppData\\Local\\Programs\\IntelliJ IDEA Ultimate")

sandboxDir.set("${project.buildDir}/${buildVersionData.ideaSDKShortVersion}/idea-sandbox")
plugins.set(listOf("com.redhat.devtools.lsp4ij:0.0.2-20240614-013035@nightly"))
}
Expand Down

0 comments on commit 95ac2e2

Please sign in to comment.