lucene/gradle
Mike Drob e25ab4204f LUCENE-9266 remove gradle wrapper jar from source
ASF Release Policy states that we cannot have binary JAR files checked
in to our source releases, a few other projects have solved this by
modifying their generated gradlew scripts to download a copy of the
wrapper jar.

We now have a version and checksum file in ./gradle/wrapper directory
used for verifying the wrapper jar, and will take advantage of single
source java execution to verify and download.

The gradle wrapper jar will continue to be available in the git
repository, but will be excluded from src tarball generation. This
should not change workflows for any users, since we expect the gradlew
script to get the jar when it is missing.

Co-authored-by: Dawid Weiss <dweiss@apache.org>
2020-04-02 11:30:01 -05:00
..
ant-compat LUCENE-9182: add apache license headers to all .gradle files and enforce in rat task 2020-01-27 12:05:34 -05:00
generation LUCENE-9155: add missing naist dictionary generation, clean up the code a bit. 2020-02-21 10:24:05 +01:00
maven LUCENE-9182: add apache license headers to all .gradle files and enforce in rat task 2020-01-27 12:05:34 -05:00
testing LUCENE-9193: heap allocations for tests.profile 2020-01-30 08:29:10 -05:00
validation LUCENE-9242: generate javadocs by calling Ant javadoc task (#1304) 2020-03-12 00:09:26 +09:00
wrapper LUCENE-9266 remove gradle wrapper jar from source 2020-04-02 11:30:01 -05:00
defaults-idea.gradle LUCENE-9182: add apache license headers to all .gradle files and enforce in rat task 2020-01-27 12:05:34 -05:00
defaults-java.gradle LUCENE-9134 Port ant-regenerate tasks to Gradle build (#1226) 2020-01-31 17:04:10 -05:00
defaults-javadoc.gradle LUCENE-8279: fix javadocs wrong header levels and accessibility issues 2020-02-08 10:00:00 -05:00
defaults.gradle LUCENE-9182: add apache license headers to all .gradle files and enforce in rat task 2020-01-27 12:05:34 -05:00
generate-defaults.gradle LUCENE-9232: tone down daemon defaults in generated local settings. 2020-02-18 19:43:39 +01:00
help.gradle LUCENE-9182: add apache license headers to all .gradle files and enforce in rat task 2020-01-27 12:05:34 -05:00
render-javadoc.gradle LUCENE-9242: generate javadocs by calling Ant javadoc task (#1304) 2020-03-12 00:09:26 +09:00