mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Use directory name as project name for libs (#115720)
The libs projects are configured to all begin with `elasticsearch-`. While this is desireable for the artifacts to contain this consistent prefix, it means the project names don't match up with their directories. Additionally, it creates complexities for subproject naming that must be manually adjusted. This commit adjusts the project names for those under libs to be their directory names. The resulting artifacts for these libs are kept the same, all beginning with `elasticsearch-`.
This commit is contained in:
parent
06eb0727c2
commit
e5d5c17c99
66 changed files with 165 additions and 136 deletions
|
@ -18,12 +18,12 @@ tasks.named("loggerUsageCheck").configure {enabled = false }
|
|||
|
||||
dependencies {
|
||||
api "org.apache.lucene:lucene-core:${versions.lucene}"
|
||||
api project(':libs:elasticsearch-plugin-api')
|
||||
api project(':libs:plugin-api')
|
||||
}
|
||||
|
||||
|
||||
tasks.named('forbiddenApisMain').configure {
|
||||
// :libs:elasticsearch-logging does not depend on server
|
||||
// :libs:logging does not depend on server
|
||||
replaceSignatureFiles 'jdk-signatures'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue