You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/09/14 16:38:57 UTC

[lucene-solr] 39/39: 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 is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch reference_impl_gradle_updates
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 2806475ea99963ceeaff2de05c6648e72a09e1ae
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Aug 23 21:31:44 2020 +0200

    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)
---
 gradle/defaults-java.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/defaults-java.gradle b/gradle/defaults-java.gradle
index 3f3d036..9e1b67c 100644
--- a/gradle/defaults-java.gradle
+++ b/gradle/defaults-java.gradle
@@ -42,7 +42,6 @@ allprojects {
         "-Xlint:finally",
         "-Xlint:options",
         "-Xlint:overrides",
-        "-Xlint:path",
         "-Xlint:processing",
         "-Xlint:rawtypes",
         "-Xlint:static",