lucene/gradle/wrapper
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
..
gradle-wrapper.jar LUCENE-9266 remove gradle wrapper jar from source 2020-04-02 11:30:01 -05:00
gradle-wrapper.jar.sha256 LUCENE-9266 remove gradle wrapper jar from source 2020-04-02 11:30:01 -05:00
gradle-wrapper.jar.version LUCENE-9266 remove gradle wrapper jar from source 2020-04-02 11:30:01 -05:00
gradle-wrapper.properties LUCENE-9122: upgrade gradle wrapper to 6.0.1. Relax JVM requirement to require at least Java 11. We can't even check for higher bound because gradle itself breaks before it can execute the check script. I verified locally and it works with 11-13. 2020-01-09 14:13:32 +01:00