mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
Update spotless gradle plugin (#95999)
This commit is contained in:
parent
4393c03efd
commit
a45370e6dd
3 changed files with 61 additions and 119 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue