From commits-return-108476-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Sun Jun 2 07:02:40 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 866F818067C for ; Sun, 2 Jun 2019 09:02:40 +0200 (CEST) Received: (qmail 53069 invoked by uid 500); 2 Jun 2019 07:02:39 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 53012 invoked by uid 99); 2 Jun 2019 07:02:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2019 07:02:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D8E898A826; Sun, 2 Jun 2019 07:02:38 +0000 (UTC) Date: Sun, 02 Jun 2019 07:02:41 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] 03/06: SOLR-13452: Put build nori dict into regenerate tasks. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: markrmiller@apache.org In-Reply-To: <155945895862.3074.18425441754750944348@gitbox.apache.org> References: <155945895862.3074.18425441754750944348@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/jira/SOLR-13452_gradle_3 X-Git-Reftype: branch X-Git-Rev: dc510d61a1472b113cc511866599c7fe8b223b90 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190602070238.D8E898A826@gitbox.apache.org> 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 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 {