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