dweiss commented on a change in pull request #304: URL: https://github.com/apache/solr/pull/304#discussion_r728453622
########## 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: Darn. Please revert to the Java API version then -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org