lucene/gradle/generation
Robert Muir b292151f21
reland: 11925 javac options (#11937)
* pass jvm args to javac  #11925

* Update net.ltgt.errorprone to the latest version so that jvm args are not overwritten, add -XX:+PrintFlagsFinal for debugging

* speed up the pure javac case too

It does not help to fork additional VMs (although error-prone will do
this since it messes with bootstrap classpath), so we avoid forking.

Instead it is best to tune org.gradle.jvmargs.

* use the flags consistently everywhere (tests and doc)

* handle the different possible alt toolchain cases

The difference is invoking 'java' versus invoking 'javac', so the args must be fed differently.

Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
2022-11-15 19:28:52 -05:00
..
icu LUCENE-10243: increase unicode versions of tokenizers to 12.1 (#465) 2021-12-03 20:20:57 -05:00
jflex LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2) (#452) 2021-11-19 09:24:27 -05:00
moman LUCENE-10646: Add some comment on LevenshteinAutomata (#1016) 2022-08-07 10:01:30 -04:00
snowball LUCENE-10003: No C style array declaration (#206) 2021-08-25 17:06:41 -04:00
antlr.gradle LUCENE-9654: Expressions module gramar antlr code regeneration (#269) 2021-08-27 12:47:19 +02:00
forUtil.gradle LUCENE-9915: Add generation/ checksumming task for gen_ForUtil.py (#126) 2021-05-05 22:03:06 +02:00
icu.gradle LUCENE-10243: increase unicode versions of tokenizers to 12.1 (#465) 2021-12-03 20:20:57 -05:00
javacc.gradle Regenerate sources after dependency updates. (#11817) 2022-09-25 18:09:30 +02:00
jflex.gradle LUCENE-10285: try to force ordering of internal tasks, in spite of making top-level wrapper dependencies. (#549) 2021-12-17 19:12:09 +01:00
kuromoji.gradle LUCENE-10475: Merge o.a.l.a.[ja|ko].util into o.a.l.a.[ja|ko].dict (#772) 2022-03-29 21:09:26 +09:00
local-settings.gradle reland: 11925 javac options (#11937) 2022-11-15 19:28:52 -05:00
moman.gradle LUCENE-10669: The build should be more helpful when generated resources are touched (#1053) 2022-07-30 20:45:32 +02:00
nori.gradle LUCENE-10475: Merge o.a.l.a.[ja|ko].util into o.a.l.a.[ja|ko].dict (#772) 2022-03-29 21:09:26 +09:00
regenerate.gradle LUCENE-10669: The build should be more helpful when generated resources are touched (#1053) 2022-07-30 20:45:32 +02:00
snowball.gradle LUCENE-9909: add checksums of included files for some jflex generation tasks. Fix a task ordering issue with spotless. (#121) 2021-05-02 19:17:18 +02:00