mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Update nebula plugins improving configuration cache support (#85316)
This commit is contained in:
parent
a236baef6d
commit
579695d032
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ dependencies {
|
||||||
api 'commons-codec:commons-codec:1.11'
|
api 'commons-codec:commons-codec:1.11'
|
||||||
api 'org.apache.commons:commons-compress:1.19'
|
api 'org.apache.commons:commons-compress:1.19'
|
||||||
api 'org.apache.ant:ant:1.10.8'
|
api 'org.apache.ant:ant:1.10.8'
|
||||||
api 'com.netflix.nebula:gradle-info-plugin:11.1.0'
|
api 'com.netflix.nebula:gradle-info-plugin:11.3.3'
|
||||||
api 'org.apache.rat:apache-rat:0.11'
|
api 'org.apache.rat:apache-rat:0.11'
|
||||||
api "net.java.dev.jna:jna:${versions.getProperty('jna')}"
|
api "net.java.dev.jna:jna:${versions.getProperty('jna')}"
|
||||||
api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
|
api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
|
||||||
|
|
|
@ -43,7 +43,7 @@ import java.util.regex.Pattern
|
||||||
*/
|
*/
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "nebula.ospackage-base" version "8.6.1"
|
id "nebula.ospackage-base" version "9.1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
['deb', 'rpm'].each { type ->
|
['deb', 'rpm'].each { type ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue