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

Commit

Permalink
Remove keep java file
Browse files Browse the repository at this point in the history
Keep java file defaults to false, to need to set it to false.
  • Loading branch information
marschall committed Jul 26, 2021
1 parent 88d25a7 commit c5c64f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ private void configureJasper() {

jrContext.setProperty(JRReportSaxParserFactory.COMPILER_XML_VALIDATION, String.valueOf(xmlValidation));
jrContext.setProperty(JRCompiler.COMPILER_PREFIX, compiler == null ? JRJdtCompiler.class.getName() : compiler);
jrContext.setProperty(JRCompiler.COMPILER_KEEP_JAVA_FILE, Boolean.FALSE.toString());

if (additionalProperties != null) {
configureAdditionalProperties(JRPropertiesUtil.getInstance(jrContext));
Expand Down

0 comments on commit c5c64f8

Please sign in to comment.