Update spotless config (#4366)

Update the greclipse version in spotless as directed by build errors
to reduce random formatting errors.

Also, update formatting to new version

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
This commit is contained in:
Danno Ferrin
2022-09-08 09:57:46 -06:00
committed by GitHub
parent 1623338087
commit 79ff26ec83
2 changed files with 6 additions and 2 deletions

View File

@@ -88,7 +88,11 @@ dependencies {
test.enabled = false
sourceSets {
test { resources { srcDirs "${rootDir}/acceptance-tests/test-plugins/build/libs" } }
test {
resources {
srcDirs "${rootDir}/acceptance-tests/test-plugins/build/libs"
}
}
}
processTestResources.dependsOn(':acceptance-tests:test-plugins:testPluginsJar')

View File

@@ -138,7 +138,7 @@ allprojects {
}
groovyGradle {
target '*.gradle'
greclipse('4.6.3').configFile(rootProject.file('gradle/formatter.properties'))
greclipse('4.21.0').configFile(rootProject.file('gradle/formatter.properties'))
endWithNewline()
}
// Below this line are currently only license header tasks