File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ plugins {
20
20
id ' org.ajoberstar.grgit' version ' 5.3.0'
21
21
id ' io.spring.nohttp' version ' 0.0.11'
22
22
id ' io.spring.dependency-management' version ' 1.1.7' apply false
23
- id ' com.github.spotbugs' version ' 6.1.2'
24
23
id ' io.freefair.aggregate-javadoc' version ' 8.11'
25
24
id ' net.ltgt.errorprone' version ' 4.1.0' apply false
26
25
}
@@ -171,10 +170,6 @@ configure(javaProjects) { subproject ->
171
170
172
171
// dependencies that are common across all java projects
173
172
dependencies {
174
- def spotbugsAnnotations = " com.github.spotbugs:spotbugs-annotations:${ spotbugs.toolVersion.get()} "
175
- compileOnly spotbugsAnnotations
176
- testCompileOnly spotbugsAnnotations
177
-
178
173
testImplementation ' org.junit.jupiter:junit-jupiter-api'
179
174
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
180
175
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments