uschindler commented on code in PR #15236:
URL: https://github.com/apache/lucene/pull/15236#discussion_r2387474326
##########
build.gradle:
##########
@@ -57,3 +56,11 @@ plugins {
}
description = 'Grandparent project for Apache Lucene Core'
+
+// Turn off all forbidden-apis tasks until it supports JDK 25;
+// https://github.com/policeman-tools/forbidden-apis/pull/272
+allprojects {
+ tasks.withType(CheckForbiddenApis.class).configureEach {
+ enabled = false
Review Comment:
just reenable it like this: targetVersion = "24"
Then it runs, but with older signatures!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]