Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 215b053

Browse files
authored
[ggj][build] fix: fix asset_java_gapic build (#434)
* fix: support non-name fields with res-refs in resname def parsing * fix: add workaround for missing default_host and oauth_scopes annotation * fix: clarify LRO parsing error messages * feat: support deeply-nested types in AST and proto message parsing * fix: prevent resname tokens from matching subcomponents * fix: use TypeParser for proto message parsing * fix: use generic types in field instantiation in ServiceClientTest * fix: prevent descension into map types in nested message parsing * fix: merge master * fix: use both map generics in ServiceClientTest codegen * fix: dir structure of generated files * test: add asset API gradle pkg rules * fix: remove unused dep * test: add logging integration target and goldens, consolidate rules * fix: fix asset_java_gapic build
1 parent 8515463 commit 215b053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ INTEGRATION_TEST_LIBRARIES = [
3434
target = ":%s_java_gapic" % lib_name,
3535
) for lib_name in INTEGRATION_TEST_LIBRARIES]
3636

37-
3837
####################################################
3938
# API Library Rules
4039
####################################################

0 commit comments

Comments
 (0)