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

Commit e22812a

Browse files
Merge pull request #264 from google/uberjar-fix
Correct the name of the uber deploy jar
2 parents 642d636 + 4ad6e0e commit e22812a

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
@@ -54,7 +54,7 @@ const compilerVersion = process.env.COMPILER_NIGHTLY == 'true'
5454
).trim();
5555

5656
const compilerTargetName = compilerVersion === 'SNAPSHOT-1.0' || parseInt(compilerVersion.slice(1), 10) > 20221004 ?
57-
'compiler_uber_deploy.jar' : 'compiler_unshaded_deploy.jar';
57+
'compiler_uberjar_deploy.jar' : 'compiler_unshaded_deploy.jar';
5858
const compilerJavaBinaryPath = `./compiler/bazel-bin/${compilerTargetName}`;
5959

6060
async function main() {

0 commit comments

Comments
 (0)