File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,4 @@ dependencies {
40
40
compileOnly ' net.jcip:jcip-annotations:1.0'
41
41
compileOnly " com.github.spotbugs:spotbugs-annotations:${ spotbugs.toolVersion.get()} "
42
42
compileOnly " com.google.code.findbugs:jsr305:${ VER_JSR_305} "
43
-
44
- // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
45
- spotbugs ' com.github.spotbugs:spotbugs:4.9.3'
46
43
}
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ dependencies {
29
29
testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
30
30
testImplementation " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
31
31
testRuntimeOnly " org.junit.platform:junit-platform-launcher"
32
-
33
- // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
34
- spotbugs ' com.github.spotbugs:spotbugs:4.9.3'
35
32
}
36
33
spotless {
37
34
java {
Original file line number Diff line number Diff line change @@ -132,9 +132,6 @@ dependencies {
132
132
sortPomCompileOnly ' org.slf4j:slf4j-api:2.0.17'
133
133
// zjsonPatch
134
134
zjsonPatchCompileOnly ' com.flipkart.zjsonpatch:zjsonpatch:0.4.16'
135
-
136
- // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
137
- spotbugs ' com.github.spotbugs:spotbugs:4.9.3'
138
135
}
139
136
140
137
// we'll hold the core lib to a high standard
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ dependencies {
21
21
implementation " com.diffplug.durian:durian-collect:${ VER_DURIAN} "
22
22
implementation " org.eclipse.jgit:org.eclipse.jgit:${ VER_JGIT} "
23
23
implementation gradleTestKit()
24
-
25
- // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
26
- spotbugs ' com.github.spotbugs:spotbugs:4.9.3'
27
24
}
28
25
29
26
// we'll hold the testlib to a low standard (prize brevity)
You can’t perform that action at this time.
0 commit comments