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.
1 parent 1f7aad6 commit 0784b7cCopy full SHA for 0784b7c
build.gradle
@@ -32,7 +32,6 @@ if (version.endsWith('-SNAPSHOT')) {
32
33
subprojects {
34
apply plugin: 'java-library'
35
- apply plugin: 'checkstyle'
36
apply plugin: "com.github.spotbugs"
37
apply plugin: 'jacoco'
38
apply plugin: 'maven-publish'
@@ -72,11 +71,6 @@ subprojects {
72
71
mavenCentral()
73
}
74
75
- checkstyle {
76
- toolVersion = '8.29'
77
- configFile = file("../config/checkstyle/checkstyle.xml")
78
- }
79
-
80
spotbugs {
81
excludeFilter = file("../config/spotbugs/spotbugs-exclude.xml")
82
config/checkstyle/checkstyle.xml
0 commit comments