uschindler commented on pull request #501:
URL: https://github.com/apache/solr/pull/501#issuecomment-1010138816
This is the only thing that worked, although it is a hackydihickhack hell:
```groovy
// replace Lucene version by dynamic one:
rootProject.ext.luceneBaseVersionProvider = rootProject.provider {
(new File(gradle.includedBuild('lucene').projectDir,
'build.gradle').getText("UTF-8") =~ /baseVersion\s*=\s*'(\d+\.\d+\.\d+)'/)[0][1]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]