Skip to content

Commit

Permalink
build: skip generating the client
Browse files Browse the repository at this point in the history
We will be replacing with a new generator soon
  • Loading branch information
chingor13 committed Nov 19, 2020
1 parent a4ee34b commit 8f25603
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions synth.py
Expand Up @@ -20,24 +20,6 @@

AUTOSYNTH_MULTIPLE_COMMITS = True

gapic = gcp.GAPICBazel()

service = 'compute'
versions = ['v1']

for version in versions:
library = gapic.java_library(
service=service,
version=version,
bazel_target=f'//gapic/google/{service}/{version}:google-cloud-{service}-{version}-java',
discogapic = True,
)

s.copy(library / f'gapic-google-cloud-{service}-{version}-java/src', 'src', required=True)
s.copy(library / f'google-cloud-{service}-{version}-java/gapic-google-cloud-{service}-{version}-java/src', 'src', required=True)

java.format_code('./src')

java.common_templates(excludes=[
'renovate.json'
])

0 comments on commit 8f25603

Please sign in to comment.