We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkstyle
1 parent 1b44b95 commit 0284c4fCopy full SHA for 0284c4f
build.gradle
@@ -5,7 +5,6 @@ plugins {
5
id 'java-library'
6
id 'maven-publish'
7
id 'signing'
8
- id 'checkstyle'
9
id 'team.yi.semantic-gitlog' version '0.5.17'
10
}
11
@@ -17,8 +16,6 @@ sourceCompatibility = JavaVersion.VERSION_1_8
17
16
targetCompatibility = JavaVersion.VERSION_1_8
18
generateLombokConfig.enabled = false
19
20
-checkstyle.toolVersion = '8.36.1'
21
-
22
repositories {
23
mavenCentral()
24
@@ -50,15 +47,6 @@ tasks.withType(JavaCompile) {
50
47
options.encoding = "UTF-8"
51
48
52
49
53
-tasks.withType(Checkstyle) {
54
- ignoreFailures = false
55
56
- reports {
57
- xml.enabled false
58
- html.enabled true
59
- }
60
-}
61
62
java {
63
withSourcesJar()
64
config/checkstyle/checkstyle.xml
0 commit comments