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

otto pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5197c3f  have rat ignore .java-version files from jenv since we need 
java kung fu between all supported versions
     new 1bc1477  Merge pull request #160 from ottobackwards/java-version-file
5197c3f is described below

commit 5197c3f094b7874a00601441f07671095d112859
Author: Otto Fowler <ottobackwa...@gmail.com>
AuthorDate: Tue May 26 09:42:51 2020 -0400

    have rat ignore .java-version files from jenv since we need java kung fu 
between all supported versions
---
 .gitignore | 1 +
 pom.xml    | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index bd96950..aa03395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 .idea/**
 *.iml
 .vscode/**
+.java-version
 
 # Sensitive or high-churn files:
 .idea/**/dataSources/
diff --git a/pom.xml b/pom.xml
index 1b7e9b9..31e16b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -874,6 +874,9 @@
             <!-- Wireshark Captures -->
             <exclude>**/*.pcap</exclude>
 
+            <!-- JEVN local version files -->
+            <exclude>**/.java-version</exclude>
+
             <!-- Asciidoctor generated files -->
             <exclude>**/.asciidoctor/**</exclude>
 

Reply via email to