This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new de35baa  SOLR-15756 Add back contrib readmes in distribution (#492)
de35baa is described below

commit de35baa9cc5d7eb19a19e2ce1e13fc1a754a1bdd
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Jan 4 09:14:56 2022 +0100

    SOLR-15756 Add back contrib readmes in distribution (#492)
---
 gradle/solr/packaging.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/solr/packaging.gradle b/gradle/solr/packaging.gradle
index 87c995a..1a88caa 100644
--- a/gradle/solr/packaging.gradle
+++ b/gradle/solr/packaging.gradle
@@ -63,7 +63,7 @@ configure(allprojects.findAll {project -> 
project.path.startsWith(":solr:contrib
 
     // An aggregate that configures lib, lucene-libs and test-lib in a 
temporary location.
     task assemblePackaging(type: Sync) {
-      from "README.txt"
+      from "README.md"
 
       from ({
         def externalLibs = configurations.runtimeLibs.copyRecursive { dep ->

Reply via email to