Skip to content

Commit

Permalink
fixed #17
Browse files Browse the repository at this point in the history
  • Loading branch information
ciis0 authored and egoettelmann committed Jun 16, 2024
1 parent 9128309 commit d24b52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void write(final OutputReport outputReport, final ArtifactMetadata metada
// Configuring Freemarker
final Configuration cfg = new Configuration(Configuration.VERSION_2_3_31);
cfg.setDefaultEncoding("UTF-8");
cfg.setBooleanFormat("c");
cfg.setLocale(Locale.US);
cfg.setTemplateExceptionHandler(TemplateExceptionHandler.RETHROW_HANDLER);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void write(final OutputReport outputReport, final ArtifactMetadata metada
// Configuring Freemarker
final Configuration cfg = new Configuration(Configuration.VERSION_2_3_31);
cfg.setDefaultEncoding("UTF-8");
cfg.setBooleanFormat("c");
cfg.setLocale(Locale.US);
cfg.setTemplateExceptionHandler(TemplateExceptionHandler.RETHROW_HANDLER);

Expand Down

0 comments on commit d24b52d

Please sign in to comment.