This is an automated email from the ASF dual-hosted git repository.
bereng pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.1 by this push:
new b7c00d7d13 Slow builds due to checkstyle
b7c00d7d13 is described below
commit b7c00d7d1391d0cfce770da29e570adf0f528fe0
Author: Bereng <[email protected]>
AuthorDate: Tue Jun 13 13:26:54 2023 +0200
Slow builds due to checkstyle
patch by Berenguer Blasi; reviewed by Maxim Muzafarov, Michael Semb Wever
for CASSANDRA-18588
---
checkstyle.xml | 2 ++
checkstyle_test.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/checkstyle.xml b/checkstyle.xml
index 053cc735ab..1520b0a34c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -23,6 +23,8 @@
<property name="severity" value="error"/>
<property name="fileExtensions" value="java, properties, xml"/>
+
+ <property name="cacheFile"
value="${checkstyle.log.dir}/checkstyle_cachefile"/>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
diff --git a/checkstyle_test.xml b/checkstyle_test.xml
index d237827f44..96de3d548d 100644
--- a/checkstyle_test.xml
+++ b/checkstyle_test.xml
@@ -23,6 +23,8 @@
<property name="severity" value="error"/>
<property name="fileExtensions" value="java, properties, xml"/>
+
+ <property name="cacheFile"
value="${checkstyle.log.dir}/checkstyle_test_cachefile"/>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]