Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Feb 10, 2025
1 parent f03c31d commit d97ae8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import de.undercouch.gradle.tasks.download.Download
import org.gradle.internal.os.OperatingSystem

plugins {
id("java")
Expand Down Expand Up @@ -132,9 +131,7 @@ task("install", type = Copy::class) {
intellijPlatform {
buildSearchableOptions = false
projectName = "IntelliJ-EmmyLua2"
version = buildVersionData.ideaSDKVersion
type = buildVersionData.type
sandboxDir = "${project.buildDir}/${buildVersionData.ideaSDKShortVersion}/idea-sandbox"

pluginConfiguration {
name = "EmmyLua2"
}
Expand Down Expand Up @@ -194,11 +191,6 @@ tasks {
dependsOn("install")
}

// fix by https://youtrack.jetbrains.com/issue/IDEA-325747/IDE-always-actively-disables-LSP-plugins-if-I-ask-the-plugin-to-return-localized-diagnostic-messages.
runIde {
autoReloadPlugins.set(false)
}

prepareSandbox {
doLast {
copy {
Expand Down

0 comments on commit d97ae8b

Please sign in to comment.