[7.17] Update Gradle Wrapper to 8.2 (#96686) (#97484)

* 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:
Rene Groeschke 2023-09-27 08:46:44 +02:00 committed by GitHub
parent 4bec04037b
commit 5afd06ae57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 648 additions and 206 deletions

View file

@ -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()])