File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,7 @@ 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'
43
46
}
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ 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'
32
35
}
33
36
spotless {
34
37
java {
Original file line number Diff line number Diff line change @@ -132,6 +132,9 @@ 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'
135
138
}
136
139
137
140
// we'll hold the core lib to a high standard
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ 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'
24
27
}
25
28
26
29
// we'll hold the testlib to a low standard (prize brevity)
You can’t perform that action at this time.
0 commit comments