Skip to content

Commit

Permalink
build - Update spotless grooyGradle configuration (hyperledger#7044)
Browse files Browse the repository at this point in the history
grooyGradle to use greclipse 4.31 version. Refactor format properties files into gradle/spotless

---------

Signed-off-by: Usman Saleem <usman@usmans.info>
  • Loading branch information
usmansaleem authored May 3, 2024
1 parent f3429c0 commit 6728e09
Show file tree
Hide file tree
Showing 3 changed files with 950 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ allprojects {
// spotless check applied to build.gradle (groovy) files
groovyGradle {
target '*.gradle'
greclipse('4.21').configFile(rootProject.file('gradle/formatter.properties'))
greclipse('4.31').configFile(rootProject.file('gradle/spotless/greclipse.properties'))
endWithNewline()
}
// Below this line are currently only license header tasks
Expand Down Expand Up @@ -769,7 +769,6 @@ task testDocker {
executable shell
args "-c", "./test.sh ${image}"
}

}
}

Expand Down
File renamed without changes.
Loading

0 comments on commit 6728e09

Please sign in to comment.