Skip to content

workaround Scala 2.12 not detecting *.jar changes #303

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

Merged
merged 1 commit into from
May 19, 2017

Conversation

eed3si9n
Copy link
Member

Fixes #282
Ref scala/bug#10295

exportJars := true exposes JAR file as subproject dependency.
Scala 2.12.2 fails to invalidate the source it's used. -YdisableFlatCpCaching works around this. (Thanks @smarter for letting me know)

Fixes sbt#282
Ref scala/bug#10295

exportJars := true exposes JAR file as subproject dependency.
Scala 2.12.2 fails to invalidate the source it's used. `-YdisableFlatCpCaching` apparently works aruond this.
@jvican
Copy link
Member

jvican commented May 19, 2017

@eed3si9n Thank you for taking the time to investigate and fix this issue, I really appreciate it.

Copy link
Member

@jvican jvican left a comment

Choose a reason for hiding this comment

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

LGTM!

@jvican jvican requested a review from dwijnand May 19, 2017 21:16
@dwijnand dwijnand merged commit af6d95c into sbt:1.0 May 19, 2017
@eed3si9n eed3si9n deleted the wip/contraband_workaround branch May 20, 2017 00:55
@eed3si9n
Copy link
Member Author

@jvican you're welcome. turned out to be an unexpected cause.

cunei pushed a commit to cunei/zinc that referenced this pull request Oct 25, 2017
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