Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⏪ revert codestyle toolchain模块 #305

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Hccake marked this conversation as resolved.
Show resolved Hide resolved
<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.

Loading