You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/01/17 21:13:37 UTC

[GitHub] [solr] janhoy commented on a change in pull request #532: SOLR-15862 Move solr/LICENSE.txt and SOLR/NOTICE.txt to git top-level

janhoy commented on a change in pull request #532:
URL: https://github.com/apache/solr/pull/532#discussion_r786291182



##########
File path: gradle/java/jar-manifest.gradle
##########
@@ -22,7 +22,7 @@ subprojects {
     // per-project.
     def title = "Apache Solr Search Server: ${project.name}"
     def implementationTitle = "org.apache.solr"
-    def legaleseDir = project(":solr").projectDir
+    def legaleseDir = getRootProject().projectDir

Review comment:
       Done

##########
File path: solr/packaging/build.gradle
##########
@@ -92,13 +92,16 @@ distributions {
     contents {
       // TODO: This is missing module README files, as compared to 8x
 
+      from(rootProject.projectDir, {

Review comment:
       Done




-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org