Skip to content

Commit

Permalink
update gradle, spotbugs-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 27, 2023
1 parent 9074258 commit d8a13a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.50.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.0-rc.2")
plugin("spotbugs", "com.github.spotbugs").version("6.0.0-rc.3")
plugin("cabe", "com.dua3.cabe").version("1.3.0")

version("cabe", "1.0.0")
Expand Down

0 comments on commit d8a13a5

Please sign in to comment.