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 79ff12b8e33b3b4f808bdf61b49c20c15938a444
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Oct 6 21:05:54 2019 -0500

    Enable parameter reflection
    
    Signed-off-by: Matt Sicker <[email protected]>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index fe94fb8..425915c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -953,6 +953,7 @@
             </compilerArguments>
             <compilerId>javac-with-errorprone</compilerId>
             <forceJavacCompilerUse>true</forceJavacCompilerUse>
+            <parameters>true</parameters>
           </configuration>
           <dependencies>
             <dependency>

Reply via email to