build - Update spotless grooyGradle configuration (#7044)

grooyGradle to use greclipse 4.31 version. Refactor format properties files into gradle/spotless

---------

Signed-off-by: Usman Saleem <usman@usmans.info>
pull/7050/head
Usman Saleem 7 months ago committed by GitHub
parent f3429c057d
commit 6728e095dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      build.gradle
  2. 0
      gradle/spotless/greclipse.properties
  3. 949
      gradle/verification-metadata.xml

@ -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
@ -769,7 +769,6 @@ task testDocker {
executable shell
args "-c", "./test.sh ${image}"
}
}
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save