Fix build java executable (#1316)

This commit is contained in:
Daniel Chao
2025-11-13 17:46:35 -08:00
committed by Jen Basch
parent 718898d083
commit c965281d46
5 changed files with 5 additions and 29 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ local command =
// NOTE: `build` doesn't build native executables
"\(project):build"
}
}.join("\n")
}.join(" ")
steps {
new Common.Checkout {}