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'
|
||
|
}
|
||
|
|