We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b233d21 commit bd52fc6Copy full SHA for bd52fc6
build.gradle.kts
@@ -25,14 +25,17 @@ plugins {
25
26
repositories {
27
mavenCentral()
28
+ maven {
29
+ url = uri("https://plugins.jetbrains.com/maven")
30
+ }
31
}
32
33
intellij {
- pluginName.set("EmmyLua-AttachDebugger")
34
+ pluginName.set("EmmyLua2-AttachDebugger")
35
version.set("2023.3")
36
type.set("IC") // Target IDE Platform
-
- plugins.set(listOf("com.cppcxy.Intellij-EmmyLua"))
37
+ sandboxDir.set("${project.buildDir}/idea-sandbox")
38
+ plugins.set(listOf("com.cppcxy.Intellij-EmmyLua:0.7.1.20-IDEA242"))
39
40
41
val emmyluaDebuggerVersion = "1.8.2"
0 commit comments