mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
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
2 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
apply plugin: 'elasticsearch.publish'
|
apply plugin: 'elasticsearch.publish'
|
||||||
apply plugin: 'elasticsearch.mrjar'
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// This dependency is used only by :libs:core for null-checking interop with other tools
|
// 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".
|
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||||
*/
|
*/
|
||||||
|
|
||||||
plugins {
|
apply plugin: 'elasticsearch.build'
|
||||||
id 'java'
|
|
||||||
|
tasks.named('forbiddenApisMain').configure {
|
||||||
|
replaceSignatureFiles 'jdk-signatures'
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'org.elasticsearch.entitlement.tools'
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue