mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Merge main into multi-project
This commit is contained in:
commit
3738202979
113 changed files with 2251 additions and 848 deletions
|
@ -35,7 +35,7 @@ tasks.named('forbiddenApisMain').configure {
|
|||
replaceSignatureFiles 'jdk-signatures'
|
||||
}
|
||||
|
||||
ext.projectLicenses.set(['The Apache Software License, Version 2.0': 'http://www.apache.org/licenses/LICENSE-2.0'])
|
||||
ext.projectLicenses.set(['The Apache Software License, Version 2.0': providers.provider(() -> 'http://www.apache.org/licenses/LICENSE-2.0')])
|
||||
licenseFile.set(rootProject.file('licenses/APACHE-LICENSE-2.0.txt'))
|
||||
|
||||
tasks.withType(LicenseHeadersTask.class).configureEach {
|
||||
|
|
|
@ -36,7 +36,7 @@ tasks.named('forbiddenApisMain').configure {
|
|||
replaceSignatureFiles 'jdk-signatures'
|
||||
}
|
||||
|
||||
ext.projectLicenses.set(['The Apache Software License, Version 2.0': 'http://www.apache.org/licenses/LICENSE-2.0'])
|
||||
ext.projectLicenses.set(['The Apache Software License, Version 2.0': providers.provider(() -> 'http://www.apache.org/licenses/LICENSE-2.0')])
|
||||
licenseFile.set(rootProject.file('licenses/APACHE-LICENSE-2.0.txt'))
|
||||
|
||||
tasks.withType(LicenseHeadersTask.class).configureEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue