You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/04/10 14:09:04 UTC

[lucene] branch main updated: LUCENE-9920: Remove binary gradle-wrapper.jar from the repository

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

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 4818a83  LUCENE-9920: Remove binary gradle-wrapper.jar from the repository
4818a83 is described below

commit 4818a83cb204864595c352cf95855918410e20d5
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Sat Apr 10 16:08:39 2021 +0200

    LUCENE-9920: Remove binary gradle-wrapper.jar from the repository
---
 .gitignore                        |  10 +++++++---
 gradle/wrapper/gradle-wrapper.jar | Bin 59203 -> 0 bytes
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 580fee4..a0d9c56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,12 @@
-# Gradle
-#    Ignore the generated local settings file.
+# Gradle.
+# Ignore the generated local settings file.
 /gradle.properties
 .gradle/
 build/
 
+# Ignore gradle wrapper jar.
+gradle/wrapper/gradle-wrapper.jar
+
 # IntelliJ IDEA
 /.idea/
 #    IntelliJ creates this folder, ignore.
@@ -13,7 +16,8 @@ build/
 /.project
 /.classpath
 /.settings/
-#    Eclipse Gradle oddity
+
+# Eclipse Gradle oddity
 **/bin/default/
 
 # macOS
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index e708b1c..0000000
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ