mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 11:37:51 +02:00
Add disable_runner_v2 to pipeline options (#1976)
This commit is contained in:
parent
baf78cf705
commit
a549d537db
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue