Fix Shield zip package
Original commit: elastic/x-pack-elasticsearch@eaf9dfc9ba
This commit is contained in:
parent
70f1b5c8f2
commit
9fc92950c4
|
@ -5,14 +5,14 @@ esplugin {
|
||||||
isolated false
|
isolated false
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.create('jar')
|
configurations {
|
||||||
artifacts {
|
licensePluginZip
|
||||||
jar project.jar
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
licensePluginZip project(path: ':license:plugin') // zip
|
||||||
|
provided project(path: ':license:plugin', configuration: 'runtime')
|
||||||
compile project(':license:plugin-api')
|
compile project(':license:plugin-api')
|
||||||
compile project(path: ':license:plugin', configuration: 'runtime')
|
|
||||||
compile 'dk.brics.automaton:automaton:1.11-8'
|
compile 'dk.brics.automaton:automaton:1.11-8'
|
||||||
compile 'com.unboundid:unboundid-ldapsdk:2.3.8'
|
compile 'com.unboundid:unboundid-ldapsdk:2.3.8'
|
||||||
testCompile "org.elasticsearch:test-framework:${version}"
|
testCompile "org.elasticsearch:test-framework:${version}"
|
||||||
|
|
Loading…
Reference in New Issue