Skip to content

Commit 0284c4f

Browse files
committed
build(gradle): remove plugin checkstyle
1 parent 1b44b95 commit 0284c4f

File tree

2 files changed

+0
-370
lines changed

2 files changed

+0
-370
lines changed

build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
id 'java-library'
66
id 'maven-publish'
77
id 'signing'
8-
id 'checkstyle'
98
id 'team.yi.semantic-gitlog' version '0.5.17'
109
}
1110

@@ -17,8 +16,6 @@ sourceCompatibility = JavaVersion.VERSION_1_8
1716
targetCompatibility = JavaVersion.VERSION_1_8
1817
generateLombokConfig.enabled = false
1918

20-
checkstyle.toolVersion = '8.36.1'
21-
2219
repositories {
2320
mavenCentral()
2421
}
@@ -50,15 +47,6 @@ tasks.withType(JavaCompile) {
5047
options.encoding = "UTF-8"
5148
}
5249

53-
tasks.withType(Checkstyle) {
54-
ignoreFailures = false
55-
56-
reports {
57-
xml.enabled false
58-
html.enabled true
59-
}
60-
}
61-
6250
java {
6351
withSourcesJar()
6452
}

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 358 deletions
This file was deleted.

0 commit comments

Comments
 (0)