We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf8d66 commit 2419d02Copy full SHA for 2419d02
2 files changed
hermetic_build/library_generation/templates/owlbot.py.j2
@@ -21,8 +21,12 @@ for library in s.get_staging_dirs():
21
s.move(library)
22
23
s.remove_staging_dirs()
24
-{% if should_include_templates %}java.common_templates(monorepo=True, {% if template_excludes %}excludes=[
25
-{%- for exclude in template_excludes %}
26
- "{{ exclude }}"{% if not loop.last %},{% endif %}
27
-{%- endfor %}
28
-]{% endif %}){% endif %}
+{% if should_include_templates %}
+java.common_templates(
+ monorepo=True,
+ {% if template_excludes %}
+ excludes=[
29
+ {%- for exclude in template_excludes %}
30
+ "{{ exclude }}"{% if not loop.last %},{% endif %}
31
+ {%- endfor %}
32
+]{% endif %}){% endif %}
hermetic_build/library_generation/tests/resources/goldens/owlbot-golden.py
@@ -35,4 +35,4 @@
35
"renovate.json",
36
".gitignore",
37
],
38
-)
+)
0 commit comments