mirror of https://github.com/apache/lucene.git
Mistakenly checked in gradle/defaults-java.gradle with warning limit of 10000
This commit is contained in:
parent
687dd42f57
commit
08841b634f
|
@ -33,7 +33,6 @@ allprojects {
|
||||||
"-Xdoclint:-missing",
|
"-Xdoclint:-missing",
|
||||||
"-Xdoclint:-accessibility",
|
"-Xdoclint:-accessibility",
|
||||||
"-proc:none", // proc:none was added because of LOG4J2-1925 / JDK-8186647
|
"-proc:none", // proc:none was added because of LOG4J2-1925 / JDK-8186647
|
||||||
"-Xmaxwarns", "10000",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue