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 3ab2087 commit 3a5e6bcCopy full SHA for 3a5e6bc
hermetic_build/library_generation/tests/resources/goldens/owlbot-golden.py
@@ -21,19 +21,16 @@
21
s.move(library)
22
23
s.remove_staging_dirs()
24
-java.common_templates(
25
- monorepo=True,
26
- excludes=[
27
- ".github/*",
28
- ".kokoro/*",
29
- "samples/*",
30
- "CODE_OF_CONDUCT.md",
31
- "CONTRIBUTING.md",
32
- "LICENSE",
33
- "SECURITY.md",
34
- "java.header",
35
- "license-checks.xml",
36
- "renovate.json",
37
- ".gitignore",
38
- ],
39
-)
+java.common_templates(monorepo=True, excludes=[
+ ".github/*",
+ ".kokoro/*",
+ "samples/*",
+ "CODE_OF_CONDUCT.md",
+ "CONTRIBUTING.md",
+ "LICENSE",
+ "SECURITY.md",
+ "java.header",
+ "license-checks.xml",
+ "renovate.json",
+ ".gitignore"
+])
0 commit comments