We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755c0de commit cb5a1caCopy full SHA for cb5a1ca
hermetic_build/library_generation/setup.py
@@ -25,7 +25,9 @@
25
"owlbot/templates/clirr/*.j2",
26
"owlbot/templates/poms/*.j2",
27
"owlbot/templates/java_library/.github/**/*",
28
- "owlbot/templates/java_library/.kokoro/**/*",
+ # TODO: uncomment this line after https://github.com/googleapis/sdk-platform-java/pull/3723
29
+ # has been merged.
30
+ #"owlbot/templates/java_library/.kokoro/**/*",
31
"owlbot/templates/java_library/**/*",
32
],
33
"synthtool": ["owlbot/synthtool/**/*"],
0 commit comments