You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2021/05/01 06:51:12 UTC

[lucene] branch main updated: LUCENE-9947: Exclude luke from the published jar list (#118)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 44a8d7c  LUCENE-9947: Exclude luke from the published jar list (#118)
44a8d7c is described below

commit 44a8d7ce3913ef14803e57a054283fdb68b1b4a5
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Sat May 1 15:50:46 2021 +0900

    LUCENE-9947: Exclude luke from the published jar list (#118)
---
 gradle/publishing/defaults-maven.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/publishing/defaults-maven.gradle b/gradle/publishing/defaults-maven.gradle
index 7f7345c..2722c72 100644
--- a/gradle/publishing/defaults-maven.gradle
+++ b/gradle/publishing/defaults-maven.gradle
@@ -44,7 +44,6 @@ configure(rootProject) {
         ":lucene:grouping",
         ":lucene:highlighter",
         ":lucene:join",
-        ":lucene:luke",
         ":lucene:memory",
         ":lucene:misc",
         ":lucene:monitor",