mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Update build convention dependencies (#85444)
- Update spotless to potentially fix invalid git worktree handling - Update shadow plugin to be in sync with version used in build-tools
This commit is contained in:
parent
087bd1d5fc
commit
2d85fa7c20
1 changed files with 2 additions and 2 deletions
|
@ -63,10 +63,10 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
api 'org.apache.maven:maven-model:3.6.2'
|
||||
api 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
|
||||
api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
|
||||
api 'org.apache.rat:apache-rat:0.11'
|
||||
compileOnly "com.puppycrawl.tools:checkstyle:9.3"
|
||||
api('com.diffplug.spotless:spotless-plugin-gradle:6.0.0') {
|
||||
api('com.diffplug.spotless:spotless-plugin-gradle:6.4.0') {
|
||||
exclude module: "groovy-xml"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue