You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/01/19 18:54:01 UTC

[nifi] branch master updated: NIFI-7021 cacheFile not reliable on builds with latest puppycrawl checkstyle

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

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new ed32405  NIFI-7021 cacheFile not reliable on builds with latest puppycrawl checkstyle
ed32405 is described below

commit ed324058c7026958b444a4ecd921c0e3347880a1
Author: Joe Witt <jo...@apache.org>
AuthorDate: Sun Jan 19 13:49:56 2020 -0500

    NIFI-7021 cacheFile not reliable on builds with latest puppycrawl checkstyle
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 150cde8..c97450b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,7 +581,6 @@
                         <module name="Checker">
                             <property name="charset" value="UTF-8" />
                             <property name="severity" value="warning" />
-                            <property name="cacheFile" value="target/checkstyleCache" />
                             <!-- Checks for whitespace -->
                             <!-- See http://checkstyle.sf.net/config_whitespace.html -->
                             <module name="FileTabCharacter">