magibney commented on a change in pull request #304:
URL: https://github.com/apache/solr/pull/304#discussion_r728609316
##########
File path: gradle/lucene-dev/lucene-dev-repo-composite.gradle
##########
@@ -82,7 +83,7 @@ if (propertyValue != null) {
logger.lifecycle("Local Lucene development repository has been detected
but won't be used.")
}
} else {
- luceneDevRepo = file("${propertyValue}").absoluteFile
+ luceneDevRepo =
file(rootDir).toPath().resolve(propertyValue).normalize().toFile()
Review comment:
Ok; I added 56ce6485a2fe1bc025e23ba1af71cfaf554e74bc with a note to
clarify. I plan to commit tomorrow.
--
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]