mirror of https://github.com/apache/lucene.git
LUCENE-9474: Remove bad warning (we sometimes have non-existing directories in classpaths during compile). This warnings is not source-code related so shouldn't be enforced (Java 14)
This commit is contained in:
parent
494a8a8e04
commit
59736814b6
|
@ -42,7 +42,6 @@ allprojects {
|
|||
"-Xlint:finally",
|
||||
"-Xlint:options",
|
||||
"-Xlint:overrides",
|
||||
"-Xlint:path",
|
||||
"-Xlint:processing",
|
||||
"-Xlint:rawtypes",
|
||||
"-Xlint:static",
|
||||
|
|
Loading…
Reference in New Issue