mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
* Update Gradle Wrapper to 8.2 (#96686) - Convention usage has been deprecated and was fixed in our build files - Fix test dependencies and deprecation
This commit is contained in:
parent
4bec04037b
commit
5afd06ae57
100 changed files with 648 additions and 206 deletions
|
@ -14,7 +14,10 @@ apply plugin: 'elasticsearch.publish'
|
|||
apply plugin: 'elasticsearch.rest-resources'
|
||||
|
||||
group = 'org.elasticsearch.client'
|
||||
archivesBaseName = 'elasticsearch-rest-high-level-client'
|
||||
|
||||
base {
|
||||
archivesName = 'elasticsearch-rest-high-level-client'
|
||||
}
|
||||
|
||||
// HLRC is published under the Elastic License
|
||||
projectLicenses.set(['Elastic License 2.0': ext.elasticLicenseUrl.get()])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue