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

Filter auto compiler plugin to classpath JARs #3855

Merged
merged 1 commit into from
Jan 8, 2018

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Jan 6, 2018

Fixes #3784

For Ivy repos, sbt 1.x publishes source and scaladoc JARs under compile configuration with types src and doc respectively. The current 0.13 implementation of autoPlugins(...) is not filtering them out correctly, and ends up including a source JAR as a compiler plugin.

Fixes sbt#3784

For Ivy repos, sbt 1.x publishes source and scaladoc JARs under `compile` configuration with types `src` and `doc` respectively. The current 0.13 implementation of `autoPlugins(...)` is not filtering them out correctly, and ends up including a source JAR as a compiler plugin.
@dwijnand dwijnand added this to the 0.13.17 milestone Jan 8, 2018
Copy link
Member

@dwijnand dwijnand left a comment

Choose a reason for hiding this comment

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

I trust this is right.

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.

None yet

2 participants