dweiss commented on code in PR #15252:
URL: https://github.com/apache/lucene/pull/15252#discussion_r2388579249
##########
build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/ide/EclipseSupportPlugin.java:
##########
@@ -172,23 +153,57 @@ private void configureEclipseIdeSettings(Project project,
String eclipseJavaVers
task.dependsOn(luceneEclipseJdt);
});
+ // Add gradle plugin portal to the source repository list and
+ // apply any ecj source repository hackery the same way as everywhere.
+ project.getRepositories().gradlePluginPortal();
Review Comment:
There are plugin dependencies (in the build-infra) that wouldn't be resolved
from maven central alone and this configuration for Eclipse is set up in the
root project (which only has mavenCentral as the source repository).
--
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]