You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2020/02/16 05:54:25 UTC

[lucene-solr] branch jira/LUCENE-9220 updated: LUCENE-9220: teach gradle the new snowball-generated boilerplate, too

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

rmuir pushed a commit to branch jira/LUCENE-9220
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/LUCENE-9220 by this push:
     new 8ced733  LUCENE-9220: teach gradle the new snowball-generated boilerplate, too
8ced733 is described below

commit 8ced733fc3a2b7db61b6d96e5399ae2a2918d3ba
Author: Robert Muir <rm...@apache.org>
AuthorDate: Sun Feb 16 00:54:23 2020 -0500

    LUCENE-9220: teach gradle the new snowball-generated boilerplate, too
---
 gradle/validation/rat-sources.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/validation/rat-sources.gradle b/gradle/validation/rat-sources.gradle
index e942a86..5c77123 100644
--- a/gradle/validation/rat-sources.gradle
+++ b/gradle/validation/rat-sources.gradle
@@ -210,7 +210,7 @@ class RatTask extends DefaultTask {
                 // svg files generated by gnuplot
                 pattern(substring: "Produced by GNUPLOT")
                 // snowball stemmers generated by snowball compiler
-                pattern(substring: "This file was generated automatically by the Snowball to Java compiler")
+                pattern(substring: "Generated by Snowball")
                 // parsers generated by antlr
                 pattern(substring: "ANTLR GENERATED CODE")
             }