Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
chore: enable context aware commits (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 24, 2020
1 parent 16b0150 commit 7864b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synth.py
Expand Up @@ -15,6 +15,9 @@
"""This script is used to synthesize generated parts of this library."""

import synthtool.languages.java as java

AUTOSYNTH_MULTIPLE_COMMITS = True

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

0 comments on commit 7864b83

Please sign in to comment.