mirror of
https://github.com/google/nomulus
synced 2026-09-10 18:16:24 +00:00
Update BEAM SDK to work with Java 11 (#762)
* Update BEAM SDK to work with Java 11 Upgraded BEAM dependencies to 2.23.0. Updated Spec11 and invoice pipelines: - Added the required region parameter. - Removed the workaround code for staging. Verified that staging is successful in alpha: ./nom_build :core:registryTool --args='-e alpha --sql_access_info "gs://..." deploy_spec11_pipeline --project domain-registry-alpha' and ./nom_build :core:registryTool --args='-e alpha --sql_access_info "gs://..." deploy_invoicing_pipeline'
This commit is contained in:
@@ -69,6 +69,7 @@ class InvoicingPipelineTest {
|
||||
invoicingPipeline =
|
||||
new InvoicingPipeline(
|
||||
"test-project",
|
||||
"region",
|
||||
beamTempFolder,
|
||||
beamTempFolder + "/templates/invoicing",
|
||||
beamTempFolder + "/staging",
|
||||
|
||||
@@ -124,6 +124,7 @@ class Spec11PipelineTest {
|
||||
spec11Pipeline =
|
||||
new Spec11Pipeline(
|
||||
"test-project",
|
||||
"region",
|
||||
beamTempFolder + "/staging",
|
||||
beamTempFolder + "/templates/invoicing",
|
||||
tmpDir.toAbsolutePath().toString(),
|
||||
|
||||
Reference in New Issue
Block a user