Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-14854

Add root project name "lucene-solr" (avoid automatic root project naming)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 9.0
    • None
    • None

    Description

      Gradle does not work if repository cloned into solr directory.

      $ 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'

      Attachments

        1. SOLR-14854.patch
          0.3 kB
          Andras Salamon

        Activity

          People

            Unassigned Unassigned
            asalamon74 Andras Salamon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: