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

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


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

commit d9dfe498708cc15e51fb8be362961b9ac75cf0de
Author: yanghua <[email protected]>
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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit e4f9c5ddbc5367f18c7573cdd6efd588351ba65e)
    Signed-off-by: Cheng Pan <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index dcf808e67..6ee487cf8 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

Reply via email to