You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2024/02/22 06:09:26 UTC

(kyuubi) branch master updated: [KYUUBI #6071] Add .java-version into git ignore

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e4f9c5ddb [KYUUBI #6071] Add .java-version into git ignore
e4f9c5ddb is described below

commit e4f9c5ddbc5367f18c7573cdd6efd588351ba65e
Author: yanghua <ya...@gmail.com>
AuthorDate: Thu Feb 22 06:09:18 2024 +0000

    [KYUUBI #6071] Add .java-version into git ignore
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #6071
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6072 from yanghua/kyuubi-6071.
    
    Closes #6071
    
    cae4a473c [yanghua] [KYUUBI #6071] Add .java-version into git ignore
    
    Authored-by: yanghua <ya...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8f109875a..b1bf7dc2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,6 +75,7 @@ embedded_zookeeper/
 conf/log4j2.xml
 conf/kyuubi-defaults.conf
 conf/kyuubi-env.sh
+.java-version
 
 # For Antlr
 kyuubi-server/gen