Browse Source
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-46319pull/46604/head
1 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue