This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 73287ec44 FIX #4407 (#4408)
73287ec44 is described below
commit 73287ec4405cfdf770baae387eebb987de460433
Author: iwangjie <[email protected]>
AuthorDate: Sun Feb 26 19:21:14 2023 +0800
FIX #4407 (#4408)
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 68622089a..61505c0f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,6 +602,9 @@
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
+ <compilerArgs>
+ <arg>-parameters</arg>
+ </compilerArgs>
</configuration>
</plugin>
<plugin>