lucene/gradle
Robert Muir 9dae566ee7
LUCENE-9160: add params/docs to override jvm params in gradle build, default C2 off in tests.
Adds some build parameters to tune how tests run. There is an example
shown by "gradle helpLocalSettings"

Default C2 off in tests as it is wasteful locally and causes slowdown of
tests runs. You can override this by setting tests.jvmargs for gradle,
or args for ant.

Some crazy lucene stress tests may need to be toned down after the
change, as they may have been doing too many iterations by default...
but this is not a new problem.
2020-01-22 09:58:30 -05:00
..
ant-compat Reworked dependency resolution for license checks to work around a problem with gradle. Consolidated licenses with the ant build (excluding some jars from the ref-guide). 2019-12-30 14:05:08 +01:00
maven LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:22:05 -06:00
testing LUCENE-9160: add params/docs to override jvm params in gradle build, default C2 off in tests. 2020-01-22 09:58:30 -05:00
validation LUCENE-9077: Allow locally staged files in git status precommit check. 2020-01-20 09:36:14 +01:00
wrapper 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
defaults-idea.gradle Initial gradle build layer. 2019-12-02 15:34:57 +01:00
defaults-java.gradle LUCENE-9077: Enable javac linting as in ant. TONS of warnings are currently printed. 2020-01-20 10:10:48 +01:00
defaults-javadoc.gradle Javadoc workarounds for LUCENE-9132 2020-01-13 19:11:01 +01:00
defaults.gradle Speed up test filtering by a lot by upgrading to rr 2.7.5. 2019-12-09 16:43:44 +01:00
generate-defaults.gradle Silence gradle warnings. We'll deal with them when we upgrade the wrapper. 2020-01-09 17:41:53 +01:00
help.gradle Add git help to help/ 2020-01-15 10:40:41 +01:00