OpenSearch/elasticsearch/license-tools/build.gradle

14 lines
310 B
Groovy
Raw Normal View History

apply plugin: 'elasticsearch.build'
dependencies {
compile project(':x-plugins:elasticsearch:x-pack')
compile "org.elasticsearch:elasticsearch:${version}"
testCompile "org.elasticsearch.test:framework:${version}"
}
project.forbiddenPatterns {
exclude '**/*.key'
}
dependencyLicenses.enabled = false