Эх сурвалжийг харах

use fixed spotbug version

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 жил өмнө
parent
commit
ca7350fa8a
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -392,6 +392,10 @@ dependencies {
     androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.12'
     androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.12'
 }
 }
 
 
+spotbugs {
+    toolVersion = '3.1.12'
+}
+
 configurations.all {
 configurations.all {
     resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
     resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
 }
 }