mirror of
https://github.com/google/nomulus.git
synced 2025-07-19 17:26:09 +02: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:
parent
a7e1bd800b
commit
8dbfbb0f33
70 changed files with 6555 additions and 6137 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue