Fix build java executable (#1316)

This commit is contained in:
Daniel Chao
2025-11-13 17:46:35 -08:00
committed by GitHub
parent f948ba2a20
commit 0ff9125062
5 changed files with 5 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ local command =
// NOTE: `build` doesn't build native executables
"\(project):build"
}
}.join("\n")
}.join(" ")
steps {
new Common.Checkout {}