mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
0a69d22cdc
Xplugins side of elastic/elasticsearchelastic/elasticsearch#15522 Original commit: elastic/x-pack-elasticsearch@e296285562
14 lines
243 B
Groovy
14 lines
243 B
Groovy
apply plugin: 'elasticsearch.build'
|
|
|
|
dependencies {
|
|
compile "org.elasticsearch:elasticsearch:${version}"
|
|
testCompile "org.elasticsearch.test:framework:${version}"
|
|
}
|
|
|
|
dependencyLicenses.enabled = false
|
|
|
|
jar {
|
|
baseName = 'license-core'
|
|
}
|
|
|