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 9fd3c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion linea-constraints
Submodule linea-constraints updated 1 files
+3 −1 Makefile

0 comments on commit 9fd3c1d

Please sign in to comment.