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

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 49e0935  SOLR-15972 Remove gradle-wrapper.jar (#590)
49e0935 is described below

commit 49e09355997258d4d90e07e3ed8db33a46c23775
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Feb 2 21:15:23 2022 +0100

    SOLR-15972 Remove gradle-wrapper.jar (#590)
    
    (cherry picked from commit 65510ca01678ae8d977631e893181ce5cdee742b)
---
 .gitignore                        |   5 ++++-
 gradle/wrapper/gradle-wrapper.jar | Bin 59536 -> 0 bytes
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0ae4764..f54fadc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,7 @@ __pycache__
 *~
 
 # Ignore lucene included build
-lucene/
\ No newline at end of file
+lucene/
+
+# Ignore gradle wrapper
+gradle/wrapper/gradle-wrapper.jar
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.jar 
b/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index 7454180..0000000
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ

Reply via email to