This is an automated email from the ASF dual-hosted git repository. aiceflower pushed a commit to branch release-1.3.0 in repository https://gitbox.apache.org/repos/asf/linkis.git
commit 2e00a0e0fdc27474ef032d0fcff7dd760f0a3483 Author: aiceflower <[email protected]> AuthorDate: Mon Oct 17 20:58:19 2022 +0800 remove spotless check (#3668) --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 94fbbeebd7..def0addc88 100644 --- a/pom.xml +++ b/pom.xml @@ -1224,14 +1224,6 @@ </licenseHeader> </scala> </configuration> - <executions> - <execution> - <id>spotless-check</id> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
