You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/03/27 02:51:51 UTC

[logging-log4j2] 01/03: Disable compiler forking

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 455457f9841090ec824987360f37d8fa77a46035
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Mar 26 21:47:48 2022 -0500

    Disable compiler forking
    
    This option seems to be a relic from when multiple compilers were needed to build the project. By not forking, not only does this decrease the build time, it also improves the error messages and logging from annotation processors.
    
    Signed-off-by: Matt Sicker <ma...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c32d174..98daee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1136,7 +1136,7 @@
             <showWarnings>true</showWarnings>
             <verbose>false</verbose>
             <encoding>UTF-8</encoding>
-            <fork>true</fork>
+            <fork>false</fork>
             <meminitial>256</meminitial>
             <maxmem>1024</maxmem>
             <compilerArgs>