Skip to content

Commit bd52fc6

Browse files
committed
Fix version
1 parent b233d21 commit bd52fc6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@ plugins {
2525

2626
repositories {
2727
mavenCentral()
28+
maven {
29+
url = uri("https://plugins.jetbrains.com/maven")
30+
}
2831
}
2932

3033
intellij {
31-
pluginName.set("EmmyLua-AttachDebugger")
34+
pluginName.set("EmmyLua2-AttachDebugger")
3235
version.set("2023.3")
3336
type.set("IC") // Target IDE Platform
34-
35-
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"))
3639
}
3740

3841
val emmyluaDebuggerVersion = "1.8.2"

0 commit comments

Comments
 (0)