lucene/gradle/java
Robert Muir 61edacee5d
update javac flags for java 17 (#628)
Previously -Xlint:text-blocks and -Xlint:text-blocks were enabled
conditionally, if the user had at least java 15 or java 16,
respectively. Enable them always.

Add new options so that the warnings list is fully configured:
* -Xlint:module (new in java 17)
* -Xlint:strictfp (new in java 17)

Disable "path" with -Xlint:-path rather than commenting it out, for
consistency.

Disable "missing-explicit-ctor" (new in java 17), as it is unlikely to
succeed right now.

Alphasort the flags and doc how to get the updated list, this makes it
easy to compare and keep up to date.
2022-01-28 05:48:58 -05:00
..
folder-layout.gradle Address Uwe's remarks. 2021-12-16 20:05:05 +01:00
jar-manifest.gradle This reverts commit a7b50f723d. 2021-12-19 08:51:13 +01:00
javac.gradle update javac flags for java 17 (#628) 2022-01-28 05:48:58 -05:00
modules-debugging.gradle This reverts commit a7b50f723d. 2021-12-19 08:51:13 +01:00
modules.gradle LUCENE-10328: Module path for compiling and running tests is wrong (#571) 2022-01-05 20:42:02 +01:00