[ https://issues.apache.org/jira/browse/SOLR-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195247#comment-17195247 ]
ASF subversion and git services commented on SOLR-14854: -------------------------------------------------------- Commit ff6e527a562fb1cfba0ba011b662dbdae156383b in lucene-solr's branch refs/heads/master from Dawid Weiss [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ff6e527 ] SOLR-14854: Add root project name lucene-solr (avoid automatic root project naming) > Add root project name "lucene-solr" (avoid automatic root project naming) > ------------------------------------------------------------------------- > > Key: SOLR-14854 > URL: https://issues.apache.org/jira/browse/SOLR-14854 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Andras Salamon > Priority: Major > Attachments: SOLR-14854.patch > > > Gradle does not work if repository cloned into solr directory. > {noformat}$ git clone https://github.com/apache/lucene-solr.git solr > $ cd solr > $ ./gradlew tasks > FAILURE: Build failed with an exception. > * What went wrong: > A problem occurred configuring root project 'solr'. > > A problem occurred configuring project ':solr'. > > This plugin doesn't work if the root project shares both group and name > with a subproject. Consider adding the following to settings.gradle: > rootProject.name = 'solr-root'{noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org