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 0bceb61 commit b327e92Copy full SHA for b327e92
build.gradle.kts
@@ -171,9 +171,9 @@ val copyResourcesToSandbox by tasks.registering(Copy::class) {
171
from("src/main/resources/debugger") {
172
into("debugger")
173
}
174
-
175
- // 目标目录将在执行时由prepareSandbox任务设置
176
- destinationDir = layout.buildDirectory.dir("idea-sandbox/plugins/EmmyLua2").get().asFile
+
+ // 目标目录设置为沙盒的插件目录
+ destinationDir = file("build/idea-sandbox/IC-${Versions.ideaSDK}/plugins/intellij-EmmyLua2")
177
178
179
// 清理任务
0 commit comments