Uwe Schindler
8564da434d
Generate gradle.properties from gradlew ( #12131 )
...
* SOLR-16641 - Generate gradle.properties from gradlew (#1320 )
* Adapt for Lucene
* Remove localSettings from smoker; thanks @colvinco
* Print properties at end for debugging
* Add CHANGES.txt entry
---------
Co-authored-by: Colvin Cowie <colvin.cowie.dev@gmail.com>
Co-authored-by: Colvin Cowie <51863265+colvinco@users.noreply.github.com>
2023-02-06 19:47:15 +01:00
Dawid Weiss
d270025b7f
Update github actions to v3. ( #11931 )
2022-11-14 19:50:52 +01:00
Alex
26d6063ec3
GitHub Workflows security hardening ( #11789 )
2022-09-20 11:28:07 +02:00
Tomoko Uchida
b911d1d47c
LUCENE-10531: Add @RequiresGUI test group for GUI tests ( #893 )
...
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
2022-05-18 09:26:06 +09:00
Robert Muir
3edfeb5eb2
LUCENE-10532: remove @Slow annotation ( #832 )
...
Remove `@Slow` annotation, for more consistency with CI and local jobs. All tests can be fast!
2022-05-09 23:03:55 -04:00
Tomoko Uchida
c7602a425c
migrate to temurin ( #697 )
2022-02-21 17:09:21 +09:00
Tomoko Uchida
4cb55a7e9c
trivial updates on github actions ( #674 )
2022-02-11 01:13:18 +09:00
Adrien Grand
2ebc57a465
LUCENE-10283: Bump minimum required Java version to 17. ( #579 )
...
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
2022-01-10 15:42:15 +01:00
Dawid Weiss
ded77d8bfd
LUCENE-10222: Enable github precommit check workflow on branch_9x
2021-11-05 09:04:10 +01:00
Dawid Weiss
727c6b1e0b
LUCENE-10209: Temporarily comment out gradle validation.
2021-10-27 21:12:14 +02:00
Dawid Weiss
dad926ad17
LUCENE-10167: Run tests on PRs (and pushes to the main branch) ( #376 )
2021-10-12 15:19:34 +02:00
Dawid Weiss
ef3a23b3d0
LUCENE-9793: add task length reporting for github PRs.
2021-03-01 11:19:47 +01:00
Houston Putman
86934787fe
Adding local gradle settings for github actions. ( #2191 )
2021-01-08 18:12:19 -05:00
Michael Sokolov
8b4b1910c9
LUCENE-9658: add spotless formatting check to github precommit action
2021-01-07 14:42:36 -05:00
Mike Drob
a77817a08c
Use github actions cache ( #1910 )
2020-09-22 13:08:24 -05: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