You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/06/02 07:02:41 UTC

[lucene-solr] 03/06: SOLR-13452: Put build nori dict into regenerate tasks.

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

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit dc510d61a1472b113cc511866599c7fe8b223b90
Author: markrmiller <ma...@apache.org>
AuthorDate: Sun Jun 2 00:35:18 2019 -0500

    SOLR-13452: Put build nori dict into regenerate tasks.
---
 lucene/analysis/nori/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/analysis/nori/build.gradle b/lucene/analysis/nori/build.gradle
index 0ba8a4d..5cddf41 100644
--- a/lucene/analysis/nori/build.gradle
+++ b/lucene/analysis/nori/build.gradle
@@ -60,7 +60,7 @@ task downloadDict(type: org.apache.lucene.gradle.Download) {
 }
 
 task buildNoriDict(type: JavaExec) {
-  group = 'Build'
+  group = 'Build Regenerate'
   description = "Downloads, patches, and builds dict for nori."
   
   doFirst {