mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
This enables quite a few javac warnings from java11+ that weren't enabled for some reason. None of them fail, so lock them in. Additionally some newer checks are only recognized for newer JDK versions, so they are only enabled based on the javac version used. They will cause no annoyance because they relate to newer language features.