mirror of https://github.com/apache/lucene.git
Upgrade forbiddenapis to version 3.5 (#12215)
Upgrade forbiddenapis to version 3.5. This tones down some verbose warnings printed while checking Java 19 and Java 20 sourcesets for the MR-JAR
This commit is contained in:
parent
a6475cecbf
commit
b84b360f58
|
@ -22,7 +22,7 @@ plugins {
|
|||
id "base"
|
||||
id "com.palantir.consistent-versions" version "2.11.0"
|
||||
id "org.owasp.dependencycheck" version "7.2.0"
|
||||
id 'de.thetaphi.forbiddenapis' version '3.4' apply false
|
||||
id 'de.thetaphi.forbiddenapis' version '3.5' apply false
|
||||
id "de.undercouch.download" version "5.2.0" apply false
|
||||
id "net.ltgt.errorprone" version "3.0.1" apply false
|
||||
id 'com.diffplug.spotless' version "6.5.2" apply false
|
||||
|
|
|
@ -192,6 +192,9 @@ Build
|
|||
source tree. Those can be regenerated an demand with "gradlew :lucene:core:regenerate".
|
||||
(Uwe Schindler)
|
||||
|
||||
* GITHUB#12215: Upgrade forbiddenapis to version 3.5. This tones down some verbose warnings
|
||||
printed while checking Java 19 and Java 20 sourcesets for the MR-JAR. (Uwe Schindler)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue