Fix entitlement tools to build (#117351)
This commit adjusts the common lib of entitlement tools to use elasticsearch.build so that it gets java version configuration automatically. Additionally the mrjar plugin is removed from the core lib since it is not used there.
This commit is contained in:
parent
10e6360cd0
commit
129e174551
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
apply plugin: 'elasticsearch.publish'
|
||||
apply plugin: 'elasticsearch.mrjar'
|
||||
|
||||
dependencies {
|
||||
// This dependency is used only by :libs:core for null-checking interop with other tools
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
apply plugin: 'elasticsearch.build'
|
||||
|
||||
tasks.named('forbiddenApisMain').configure {
|
||||
replaceSignatureFiles 'jdk-signatures'
|
||||
}
|
||||
|
||||
group = 'org.elasticsearch.entitlement.tools'
|
||||
|
||||
|
|
Loading…
Reference in New Issue