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:
Uwe Schindler 2020-08-23 21:31:44 +02:00
parent 494a8a8e04
commit 59736814b6
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ allprojects {
"-Xlint:finally",
"-Xlint:options",
"-Xlint:overrides",
"-Xlint:path",
"-Xlint:processing",
"-Xlint:rawtypes",
"-Xlint:static",