Update spotless gradle plugin (#95999)

This commit is contained in:
Rene Groeschke 2023-05-11 12:06:03 +02:00 committed by GitHub
parent 4393c03efd
commit a45370e6dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 119 deletions

View file

@ -66,6 +66,11 @@ dependencies {
api buildLibs.shadow.plugin
api buildLibs.apache.rat
compileOnly buildLibs.checkstyle
constraints {
api("org.eclipse.platform:org.eclipse.osgi:3.18.300") {
because("Use the same version as we do in spotless gradle plugin at runtime")
}
}
api(buildLibs.spotless.plugin) {
exclude module: "groovy-xml"
}