Skip to content

Commit

Permalink
chore: enable context aware commits (#98)
Browse files Browse the repository at this point in the history
674d117
commit 674d117
Author: Jeff Ching <chingor@google.com>
Date:   Mon Mar 23 21:24:04 2020 -0700

    chore: enable context aware commits (#98)

synth.py
  • Loading branch information
yoshi-automation committed Mar 25, 2020
1 parent 4546515 commit e17490c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-03-25T23:36:43.778352Z",
"updateTime": "2020-03-25T23:36:44.803742Z",
"sources": [
{
"git": {
Expand Down
2 changes: 2 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

import synthtool.languages.java as java

AUTOSYNTH_MULTIPLE_COMMITS = True

java.common_templates(excludes=[
'README.md'
])

0 comments on commit e17490c

Please sign in to comment.