Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bsp compile classpath inconsistencies #3017

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

lefou
Copy link
Member

@lefou lefou commented Feb 18, 2024

Resolve some inconsistencies between the BSP and non-BSP versions of compileClasspath and transitiveCompileClasspath.

The bspTransitiveCompileClasspath contained resolved ivy dependencies, which resulted in too many and potentially conflicting jars ending up in the same classpath.

Fix #3013

Resolve some inconsistencies between the BSP and non-BSP versions of `compileClasspath` and `transitiveCompileClasspath`.

The `bspTransitiveCompileClasspath` contained resolve ivy dependencies, which resulted in to many and potentially conflicing jars ending up in the classpath.

Fix #3013
@lefou lefou changed the title Fix bsp compile classpaths Fix bsp compile classpath inconsistencies Feb 18, 2024
@lefou lefou added this to the after 0.11.7 milestone Feb 18, 2024
@lefou lefou merged commit 4a65cea into main Feb 18, 2024
38 checks passed
@lefou lefou deleted the fix-bsp-transitive-compile-classpath branch February 18, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

transitiveCompileClasspath and bspTransitiveCompileClasspath out of sync
1 participant