1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00

Add disable_runner_v2 to pipeline options (#1976)

This commit is contained in:
Pavlo Tkach
2023-03-30 17:10:37 -04:00
committed by GitHub
parent 77ee124374
commit 425ecdcd87

View File

@@ -75,5 +75,6 @@ while (( "$#" > 0 )); do
--metadata-file "./core/src/main/resources/${metadata_pathname}" \
--jar "./core/build/libs/${uberjar_name}.jar" \
--env FLEX_TEMPLATE_JAVA_MAIN_CLASS="${main_class}" \
--additional-experiments=disable_runner_v2 \
--project "${dev_project}"
done