From 674d117cb3aaa1ab7e1723ff011e053f2a146e2a Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 23 Mar 2020 21:24:04 -0700 Subject: [PATCH] chore: enable context aware commits (#98) --- synth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synth.py b/synth.py index a5ea146c..ab9fa625 100644 --- a/synth.py +++ b/synth.py @@ -16,6 +16,8 @@ import synthtool.languages.java as java +AUTOSYNTH_MULTIPLE_COMMITS = True + java.common_templates(excludes=[ 'README.md' ])