We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74681c8 commit d547896Copy full SHA for d547896
build.gradle
@@ -57,10 +57,10 @@ plugins {
57
58
description = 'Grandparent project for Apache Lucene Core'
59
60
-// Turn off all forbidden-apis tasks until it supports JDK 25;
+// Force forbidden-apis tasks to use JDK 24 signatures until it supports JDK 25;
61
// https://github.com/policeman-tools/forbidden-apis/pull/272
62
allprojects {
63
tasks.withType(CheckForbiddenApis.class).configureEach {
64
- enabled = false
+ targetCompatibility = "24"
65
}
66
0 commit comments