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

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new e660f7fc2d Use spotless upToDateChecking (#13394)
e660f7fc2d is described below

commit e660f7fc2d910628260a9dfa7a771b96e4e61efb
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri Jan 13 21:59:05 2023 +0800

    Use spotless upToDateChecking (#13394)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 79f9ae6684..00a5052511 100755
--- a/pom.xml
+++ b/pom.xml
@@ -668,6 +668,9 @@
                         </excludes>
                         <flexmark />
                     </markdown>
+                    <upToDateChecking>
+                        <enabled>true</enabled>
+                    </upToDateChecking>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to