Skip to content

Commit 7042706

Browse files
committed
Remove spotbugs dependency
1 parent 82f4764 commit 7042706

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: build.gradle

-5
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)