dweiss commented on code in PR #15238:
URL: https://github.com/apache/lucene/pull/15238#discussion_r2384314353
##########
build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/java/JavaProjectConventionsPlugin.java:
##########
@@ -48,8 +48,8 @@ private void applyJavaPlugins(Project project) {
plugins.apply(TestsAndRandomizationPlugin.class);
plugins.apply(TestsBeastingPlugin.class);
plugins.apply(TestsSummaryPlugin.class);
- plugins.apply(ApplyForbiddenApisPlugin.class);
- plugins.apply(EcjLintPlugin.class);
+ // TODO plugins.apply(ApplyForbiddenApisPlugin.class);
+ // TODO plugins.apply(EcjLintPlugin.class);
Review Comment:
They have a complex release system where ecj is uploaded to maven central
periodically (and much less frequently than their own internal builds). JDK 25
is supported in the latest "drops" [1] though so we may have to use a
workaround like we did before instead of waiting until December when the next
ecj ships...
[1] https://github.com/eclipse-jdt/eclipse.jdt.core/issues/3822
--
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]