You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/23 13:20:53 UTC

[shardingsphere] branch master updated: Fix failed to compile a single module (#17030) (#17032)

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

zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fa9be5a4b7 Fix failed to compile a single module (#17030) (#17032)
4fa9be5a4b7 is described below

commit 4fa9be5a4b73d18bd99bf7ff32f6fdb168ab7413
Author: 龙台 Long Tai <77...@users.noreply.github.com>
AuthorDate: Sat Apr 23 21:20:36 2022 +0800

    Fix failed to compile a single module (#17030) (#17032)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2217809a2f0..0cf6b6b764b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1055,10 +1055,10 @@
                 <configuration>
                     <java>
                         <eclipse>
-                            <file>src/resources/shardingsphere_eclipse_formatter.xml</file>
+                            <file>${maven.multiModuleProjectDirectory}/src/resources/shardingsphere_eclipse_formatter.xml</file>
                         </eclipse>
                         <licenseHeader>
-                            <file>src/resources/license-header</file>
+                            <file>${maven.multiModuleProjectDirectory}/src/resources/license-header</file>
                         </licenseHeader>
                     </java>
                 </configuration>