You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/03/28 15:46:04 UTC

[solr] branch branch_9_0 updated: Bring back NOTICE and LICENSE files in source-jar and javadoc-jar files (#764)

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

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


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new 6e8595e  Bring back NOTICE and LICENSE files in source-jar and javadoc-jar files (#764)
6e8595e is described below

commit 6e8595e0cc2f2528e4770d292fa39e48951d6e98
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Mon Mar 28 17:35:44 2022 +0200

    Bring back NOTICE and LICENSE files in source-jar and javadoc-jar files (#764)
    
    (cherry picked from commit e3a7fd76a7d68711397e9f2d559d19462f23a2f8)
---
 gradle/java/jar-manifest.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/java/jar-manifest.gradle b/gradle/java/jar-manifest.gradle
index a84ea1f..14be4d2 100644
--- a/gradle/java/jar-manifest.gradle
+++ b/gradle/java/jar-manifest.gradle
@@ -27,7 +27,6 @@ subprojects {
     // Apply the manifest to any JAR or WAR file created by any project,
     // excluding those explicitly listed.
     tasks.withType(Jar)
-            .matching { t -> !["sourcesJar", "javadocJar"].contains(t.name) }
             .configureEach { task ->
                 // Compute git status once on the root project prior to assembling manifest.
                 dependsOn ":gitStatus"