Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 07bac27

Browse files
Update the build target name
1 parent 1db4c6d commit 07bac27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/build_compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const path = require("path");
3737
const runCommand = require("./run-command");
3838
const childProcess = require("child_process");
3939

40-
const compilerTargetName = "compiler_unshaded_deploy.jar";
40+
const compilerTargetName = "compiler_uberjar_deploy.jar";
4141
const compilerJavaBinaryPath = `./compiler/bazel-bin/${compilerTargetName}`;
4242

4343
async function main() {

0 commit comments

Comments
 (0)