Skip to content

Commit

Permalink
feat: bump spotless plugin so it works without flags in JDK16+
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc committed Aug 15, 2023
1 parent 5f92432 commit f97f2f7
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 @@ -7,7 +7,7 @@ plugins {
id 'jacoco'
id 'distribution'
id 'checkstyle'
id 'com.diffplug.spotless' version "5.12.1"
id 'com.diffplug.spotless' version "5.17.1"
id 'com.github.spotbugs' version "4.7.1"
}

Expand Down

0 comments on commit f97f2f7

Please sign in to comment.