Skip to content

Commit 4fbce9d

Browse files
committed
Remove spotbugs
1 parent d11d0aa commit 4fbce9d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,6 @@ subprojects { subproject ->
405405
testImplementation "org.junit.platform:junit-platform-runner"
406406
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
407407

408-
//compileOnly "com.github.spotbugs:spotbugs-annotations"
409-
410408
if (subproject.name != "grails-docs") {
411409
// Logging
412410
api "org.slf4j:slf4j-api"

grails-web-common/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ dependencies {
1313
api "org.springframework:spring-webmvc"
1414
api "org.springframework:spring-context-support"
1515
implementation "com.github.ben-manes.caffeine:caffeine"
16-
//compileOnly "com.github.spotbugs:spotbugs-annotations"
1716
}

0 commit comments

Comments
 (0)