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 0ce8f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle/lint.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ spotless {
}
groovyGradle {
target '*.gradle'
greclipse('4.21').configFile(rootProject.file('gradle/formatter.properties'))
// Temporarily disabled as was reporting XZFormatException
// greclipse('4.21').configFile(rootProject.file('gradle/formatter.properties'))
endWithNewline()
}
// Below this line are currently only license header tasks
Expand Down
2 changes: 1 addition & 1 deletion linea-constraints
Submodule linea-constraints updated 1 files
+3 −1 Makefile

0 comments on commit 0ce8f15

Please sign in to comment.