diff --git a/src/main/java/com/pro_crafting/tools/jasperreport/JasperReporter.java b/src/main/java/com/pro_crafting/tools/jasperreport/JasperReporter.java index d8850be..7116492 100644 --- a/src/main/java/com/pro_crafting/tools/jasperreport/JasperReporter.java +++ b/src/main/java/com/pro_crafting/tools/jasperreport/JasperReporter.java @@ -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));