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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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