Skip to content

Commit

Permalink
Update spotbugs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bekuno committed Jan 17, 2023
1 parent ef7dcd0 commit 2222f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
id 'se.ascp.gradle.gradle-versions-filter' version "0.1.16"

// use SpotBugs instead of FindBugs, see https://plugins.gradle.org/plugin/com.github.spotbugs
id 'com.github.spotbugs' version '4.7.6'
id 'com.github.spotbugs' version '4.7.8'

// adds gradle tasks 'tiTree' (print a task dependency graph), 'tiOrder' (display the execution queue),
// 'tiJson' (export as a JSON file), see https://gitlab.com/barfuin/gradle-taskinfo
Expand Down

0 comments on commit 2222f0c

Please sign in to comment.