This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new c419393 Exclude generated Protobuf file from spotless check
c419393 is described below
commit c41939351d00f2e1bb87ac8e8b8e1c721150c1ef
Author: Nandor Kollar <[email protected]>
AuthorDate: Mon Apr 1 13:45:59 2019 +0200
Exclude generated Protobuf file from spotless check
---
lang/java/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 9cfafda..ce6e462 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -315,6 +315,9 @@
<version>4.10.0</version>
</eclipse>
<removeUnusedImports/>
+ <excludes>
+
<exclude>src/test/java/org/apache/avro/protobuf/Test.java</exclude>
+ </excludes>
</java>
</configuration>
<executions>