Skip to content

Commit b327e92

Browse files
committed
Fix build
1 parent 0bceb61 commit b327e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ val copyResourcesToSandbox by tasks.registering(Copy::class) {
171171
from("src/main/resources/debugger") {
172172
into("debugger")
173173
}
174-
175-
// 目标目录将在执行时由prepareSandbox任务设置
176-
destinationDir = layout.buildDirectory.dir("idea-sandbox/plugins/EmmyLua2").get().asFile
174+
175+
// 目标目录设置为沙盒的插件目录
176+
destinationDir = file("build/idea-sandbox/IC-${Versions.ideaSDK}/plugins/intellij-EmmyLua2")
177177
}
178178

179179
// 清理任务

0 commit comments

Comments
 (0)