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

Automatically add Scala library if it's not added explicitly #1564

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Sep 13, 2021

You can use the Scala Maven plugin without adding any actual Scala dependencies, which will cause the Scala library to be missing.

Previously, we would not be able to compile such project. Now it's possible both to compile and to resolve sources.

Fixes #1020

You can use the Scala Maven plugin without adding any actual Scala dependencies, which will cause the Scala library to be missing.

Previously, we would not be able to compile such project. Now it's possible both to compile and to resolve sources.

Fixes scalacenter#1020
@tgodzik tgodzik requested review from adpi2 and ckipp01 September 13, 2021 15:51
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgodzik tgodzik merged commit 302de4d into scalacenter:master Sep 13, 2021
@tgodzik tgodzik deleted the missing-scala-jar branch September 13, 2021 16:45
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.

Missing Scala library jar in Maven project
2 participants