Skip to content

Commit

Permalink
chore: include java samples (#102)
Browse files Browse the repository at this point in the history
* chore: include java samples

* testing
  • Loading branch information
eaball35 committed Jun 7, 2022
1 parent e3a1f12 commit d1bc568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ java_gapic_assembly_gradle_pkg(
":{{name}}_java_proto",
":{{name}}_proto",
],
include_samples = True,
)

##############################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ java_gapic_assembly_gradle_pkg(
":library_java_proto",
":library_proto",
],
include_samples = True,
)

##############################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ java_gapic_assembly_gradle_pkg(
":library_java_proto",
":library_proto",
],
include_samples = True,
)

##############################################################################
Expand Down

0 comments on commit d1bc568

Please sign in to comment.