Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Aug 9, 2024
1 parent 4c6804c commit 56d009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ task("downloadEmmyLuaCodeStyle", type = Download::class) {
}

task("unzip", type = Copy::class) {
dependsOn("download", "downloadEmmyDebugger")
dependsOn("download", "downloadEmmyDebugger", "downloadEmmyLuaCodeStyle")
// language server
from(zipTree("temp/EmmyLua.LanguageServer-win32-x64.zip")) {
into("server/")
Expand Down

0 comments on commit 56d009f

Please sign in to comment.