Files
spring-boot/buildSrc/src
Phillip Webb 1ed1757ba3 Ensure eclipse classpath excludes binary output folders
Update `EclipseConventions` so that classpath `whenMerged` changes
are applied via `JavaBasePlugin`. Without this change, the `whenMerged`
item is added, but then`EclipsePlugin.configureEclipseClasspath` is
called from a `project.getPlugins().withType(JavaBasePlugin.class, ...`
call. Using a nested call appears to fix the issue, probably because
it now runs after `configureEclipseClasspath`.

Closes gh-46319
2025-07-08 13:09:56 -07:00
..
2025-06-20 17:20:50 -07:00