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:
Ryan Ernst 2024-11-22 13:24:50 -08:00 committed by GitHub
parent 10e6360cd0
commit 129e174551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View file

@ -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