From ac09b3723d9342c1bbe250d87619c3d0c0c44937 Mon Sep 17 00:00:00 2001 From: Philippe Marschall Date: Mon, 26 Jul 2021 19:52:16 +0200 Subject: [PATCH] Remove keep java file Keep java file defaults to false, to need to set it to false. --- .../java/com/pro_crafting/tools/jasperreport/JasperReporter.java | 1 - 1 file changed, 1 deletion(-) 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));