mirror of https://github.com/apache/lucene.git
Fix wrong project name
This commit is contained in:
parent
bad65c53c9
commit
636d42e032
|
@ -46,7 +46,7 @@ version = {
|
|||
String versionSuffix = propertyOrDefault('version.suffix', 'SNAPSHOT')
|
||||
return propertyOrDefault('version.release', "${baseVersion}-${versionSuffix}")
|
||||
}()
|
||||
description = 'Grandparent project for Apache Lucene Core and Apache Solr'
|
||||
description = 'Grandparent project for Apache Lucene Core'
|
||||
|
||||
// Propagate version and derived properties across projects.
|
||||
allprojects {
|
||||
|
|
Loading…
Reference in New Issue