Skip to content

Commit

Permalink
⏪ revert codestyle toolchain模块
Browse files Browse the repository at this point in the history
  • Loading branch information
evil0th committed Apr 17, 2024
1 parent 7367eb3 commit 75c7a4e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 28 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions ballcat-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,13 +572,6 @@
<artifactId>ballcat-spring-boot-starter-xss</artifactId>
<version>${revision}</version>
</dependency>

<!-- toolchains -->
<dependency>
<groupId>org.ballcat</groupId>
<artifactId>ballcat-codestyle</artifactId>
<version>${revision}</version>
</dependency>
<!--endregion ============= 结束定义ballcat 自身模块版本 =========== -->
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -753,11 +746,6 @@
<artifactId>spring-javaformat-checkstyle</artifactId>
<version>${spring-javaformat-checkstyle.version}</version>
</dependency>
<dependency>
<groupId>org.ballcat</groupId>
<artifactId>ballcat-codestyle</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<modules>
<module>ballcat-dependencies</module>

<module>toolchain/ballcat-codestyle</module>

<module>common/ballcat-common-core</module>
<module>common/ballcat-common-model</module>
<module>common/ballcat-common-util</module>
Expand Down Expand Up @@ -355,8 +353,8 @@
<id>checkstyle-validation</id>
<phase>validate</phase>
<configuration>
<configLocation>ballcat/checkstyle.xml</configLocation>
<suppressionsLocation>ballcat/checkstyle-suppressions.xml</suppressionsLocation>
<configLocation>.etc/checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>.etc/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
Expand Down
12 changes: 0 additions & 12 deletions toolchain/ballcat-codestyle/pom.xml

This file was deleted.

0 comments on commit 75c7a4e

Please sign in to comment.