Skip to content

Commit 75091f6

Browse files
committed
try build
1 parent ddfd903 commit 75091f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ intellijPlatform {
199199
projectName = "IntelliJ-EmmyLua2"
200200

201201
pluginConfiguration {
202-
name = "EmmyLua2"
202+
name = "IntelliJ-EmmyLua2"
203203
}
204204

205205
publishing {
@@ -244,14 +244,15 @@ tasks {
244244
// 准备沙盒环境
245245
prepareSandbox {
246246
doLast {
247+
val pluginNameValue = "IntelliJ-EmmyLua2"
247248
copy {
248249
from("src/main/resources/debugger")
249-
into("$destinationDir/${pluginName.get()}/debugger")
250+
into("$destinationDir/$pluginNameValue/debugger")
250251
}
251252

252253
copy {
253254
from("src/main/resources/server")
254-
into("$destinationDir/${pluginName.get()}/server")
255+
into("$destinationDir/$pluginNameValue/server")
255256
}
256257
}
257258
}

0 commit comments

Comments
 (0)