Skip to content

Commit 69b954f

Browse files
committed
upgrade spotbugs 5.2.1
1 parent 6846754 commit 69b954f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ spotless {
7272

7373
spotbugs {
7474
spotbugsTest.enabled = false
75-
omitVisitors.addAll('FindReturnRef', 'MethodReturnCheck')
75+
omitVisitors.addAll('FindReturnRef', 'DontReusePublicIdentifiers')
7676
}
7777

7878
tasks.register('installGitHook', Copy) {
7979
from "$rootProject.rootDir/.githooks"
8080
into { new File(rootProject.rootDir, '.git/hooks') }
8181
fileMode 0775
8282
}
83-
build.dependsOn installGitHook
83+
compileJava.dependsOn installGitHook
8484

8585
apply from: "${rootDir}/gradle/deploy.gradle"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version=3.1.5-SNAPSHOT
55
springBootVersion=3.1.5
66
springCloudVersion=2022.0.4
77
spotlessVersion=6.22.0
8-
spotbugsVersion=6.0.0-beta.3
8+
spotbugsVersion=5.2.1
99

1010
classpathReplacerVersion=2.1.2
1111

0 commit comments

Comments
 (0)