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/01 15:42:08 UTC

[lucene-solr] 01/03: SOLR-13452: Fix runJflex target we have in lucene to give a better top level description.

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 d817768e3d4dd13de70261c8b79039ac1f0dbcc3
Author: markrmiller <ma...@apache.org>
AuthorDate: Fri May 31 21:32:05 2019 -0500

    SOLR-13452: Fix runJflex target we have in lucene to give a better top level description.
---
 lucene/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/build.gradle b/lucene/build.gradle
index bbdb699..c2c726c 100644
--- a/lucene/build.gradle
+++ b/lucene/build.gradle
@@ -39,7 +39,7 @@ task packageDist(type: org.apache.lucene.gradle.PackageLuceneSolrDist) {
   description = "Generates the Lucene and Solr distribution."
 }
 
-task jflex(type: org.apache.lucene.gradle.JFlex) {
+task runJflex() {
   group = 'Build Regenerate'
   description = "Runs all jflex targets to regenerate src files."
 }
\ No newline at end of file