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 JavaModule.artifactTypes #3719

Merged
merged 6 commits into from
Oct 11, 2024

Conversation

alexarchambault
Copy link
Contributor

@alexarchambault alexarchambault commented Oct 11, 2024

Follow-up of #3703 that added JavaModule.artifactTypes. JavaModule performs two dependency resolutions: one for compileClasspath, the other for runClasspath. #3703 used artifactTypes in the runClasspath one, but not in the compileClasspath one. The PR here fixes that, and adds unit tests for both paths.

This addresses the issues found around #3696 (comment).

@lihaoyi
Copy link
Member

lihaoyi commented Oct 11, 2024

@alexarchambault can you describe the problem/solution in the PR description? Just 1 sentence summarizing it for future maintainers

@lihaoyi lihaoyi merged commit 7221788 into com-lihaoyi:main Oct 11, 2024
24 checks passed
@alexarchambault alexarchambault deleted the fix-artifact-types branch October 11, 2024 12:16
@lefou lefou added this to the 0.12.0 milestone Oct 12, 2024
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.

3 participants