mirror of https://github.com/apache/lucene.git
SOLR-14759: correct build logic.
This commit is contained in:
parent
409bc37c13
commit
b591daad38
|
@ -72,6 +72,7 @@ configure(rootProject) {
|
|||
if (!skipSolr) {
|
||||
dependsOn ':solr:documentation:assemble'
|
||||
|
||||
if (skipLucene) {
|
||||
doFirst {
|
||||
// Sanity check doc. version vs. actual version.
|
||||
def actualLuceneVersion = getVersion("org.apache.lucene", "lucene-core").replace('.', '_')
|
||||
|
@ -82,6 +83,7 @@ configure(rootProject) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
assemble.dependsOn documentation
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue