Skip to content

Commit

Permalink
fix: excludes modified kokoro / pom.xml files
Browse files Browse the repository at this point in the history
Excludes modified kokoro / pom.xml files from the synth.
  • Loading branch information
thiagotnunes committed Nov 10, 2020
1 parent 28ea812 commit 42accee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions synth.py
Expand Up @@ -78,5 +78,10 @@
java.common_templates(excludes=[
'.kokoro/continuous/common.cfg',
'.kokoro/nightly/common.cfg',
'.kokoro/nightly/samples.cfg',
'.kokoro/presubmit/common.cfg',
'.kokoro/presubmit/samples.cfg',
'samples/install-without-bom/pom.xml',
'samples/snapshot/pom.xml',
'samples/snippets/pom.xml',
])

0 comments on commit 42accee

Please sign in to comment.