Skip to content

Commit

Permalink
Attempting to resolve gradle issue
Browse files Browse the repository at this point in the history
There appears to be an issue with running `gradle spotlessCheck` on the
CI server.
  • Loading branch information
DavePearce committed Nov 28, 2024
1 parent 2e6e43f commit 03730a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/lint.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

apply plugin: 'com.diffplug.spotless'
spotless {
version "6.25.0"
version "7.0.0.BETA4"
java {
// This path needs to be relative to each project
target 'src/**/*.java'
Expand Down

0 comments on commit 03730a7

Please sign in to comment.