[ https://issues.apache.org/jira/browse/SOLR-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196247#comment-17196247 ]
ASF subversion and git services commented on SOLR-14854: -------------------------------------------------------- Commit ccabb7a0ea78a559c94e1ca7861bd49a60bb17af in lucene-solr's branch refs/heads/reference_impl_dev from Dawid Weiss [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ccabb7a ] 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 > Fix For: master (9.0) > > 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