mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Upgrade spotless dependency (#62857)
No changes to formatted Java files.
This commit is contained in:
parent
aec7c65af4
commit
752590041e
@ -36,7 +36,7 @@ plugins {
|
||||
id 'lifecycle-base'
|
||||
id 'elasticsearch.docker-support'
|
||||
id 'elasticsearch.global-build-info'
|
||||
id "com.diffplug.gradle.spotless" version "3.28.0" apply false
|
||||
id "com.diffplug.spotless" version "5.6.1" apply false
|
||||
}
|
||||
|
||||
apply from: 'gradle/build-scan.gradle'
|
||||
|
@ -173,7 +173,7 @@ def projectPathsToExclude = [
|
||||
subprojects {
|
||||
plugins.withType(BuildPlugin).whenPluginAdded {
|
||||
if (projectPathsToExclude.contains(project.path) == false) {
|
||||
project.apply plugin: "com.diffplug.gradle.spotless"
|
||||
project.apply plugin: "com.diffplug.spotless"
|
||||
|
||||
spotless {
|
||||
java {
|
||||
|
Loading…
x
Reference in New Issue
Block a user