You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/08/23 19:31:56 UTC

[lucene-solr] branch master updated: 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.

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


The following commit(s) were added to refs/heads/master by this push:
     new 5973681  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)
5973681 is described below

commit 59736814b65c20357f89db65c8dd670fc8dd4d35
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 8fb48f4..3614ee8 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",