mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-07 11:29:35 +00:00
Xplugins side of elastic/elasticsearchelastic/elasticsearch#15522 Original commit: elastic/x-pack-elasticsearch@e296285562
10 lines
264 B
Groovy
10 lines
264 B
Groovy
apply plugin: 'elasticsearch.build'
|
|
|
|
dependencies {
|
|
compile project(':x-plugins:elasticsearch:license:base')
|
|
compile "org.elasticsearch:elasticsearch:${version}"
|
|
testCompile "org.elasticsearch.test:framework:${version}"
|
|
}
|
|
|
|
dependencyLicenses.enabled = false
|