Commit Graph

7 Commits

Author SHA1 Message Date
Mike Drob a77817a08c
Use github actions cache (#1910) 2020-09-22 13:08:24 -05:00
Houston Putman ebb980fd7b
SOLR-14856: Adding docker test to github workflow. (#1859) 2020-09-18 17:05:58 -04:00
Tomas Fernandez Lobbe 8bd367832f
Remove ant Github Action (#1798)
ant no longer in master branch
2020-08-28 20:16:17 -07:00
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
Anshum Gupta 7c20f6b8c5
LUCENE-9146: Create gradle precommit action (#1245) 2020-02-07 15:10:09 -08:00
Paul Merlin 24f7a28ac1 Add Github Workflow for Gradle Wrapper Validation (#1207) 2020-01-24 20:42:30 +01:00
Anshum Gupta 2843f2f9fc
ant precommit GitHub action for all PRs (#870)
This runs with Java11
2019-09-10 15:51:25 -04:00