Skip to content

Commit

Permalink
DaoGenerator: set freemarker incompatible improvements to 2.3.29.
Browse files Browse the repository at this point in the history
Configuration does not appear to document breaking changes.
  • Loading branch information
greenrobot-team committed Feb 18, 2020
1 parent 36acaa4 commit 0d67e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public DaoGenerator() throws IOException {
}

private Configuration getConfiguration(String probingTemplate) throws IOException {
Configuration config = new Configuration(Configuration.VERSION_2_3_23);
Configuration config = new Configuration(Configuration.VERSION_2_3_29);
config.setClassForTemplateLoading(getClass(), "/");

try {
Expand Down

0 comments on commit 0d67e3d

Please sign in to comment.