File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ spotless {
72
72
73
73
spotbugs {
74
74
spotbugsTest. enabled = false
75
- omitVisitors. addAll(' FindReturnRef' , ' MethodReturnCheck ' )
75
+ omitVisitors. addAll(' FindReturnRef' , ' DontReusePublicIdentifiers ' )
76
76
}
77
77
78
78
tasks. register(' installGitHook' , Copy ) {
79
79
from " $rootProject . rootDir /.githooks"
80
80
into { new File (rootProject. rootDir, ' .git/hooks' ) }
81
81
fileMode 0775
82
82
}
83
- build . dependsOn installGitHook
83
+ compileJava . dependsOn installGitHook
84
84
85
85
apply from : " ${ rootDir} /gradle/deploy.gradle"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version=3.1.5-SNAPSHOT
5
5
springBootVersion =3.1.5
6
6
springCloudVersion =2022.0.4
7
7
spotlessVersion =6.22.0
8
- spotbugsVersion =6.0.0-beta.3
8
+ spotbugsVersion =5.2.1
9
9
10
10
classpathReplacerVersion =2.1.2
11
11
You can’t perform that action at this time.
0 commit comments