mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 03:49:38 +00:00
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
|