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

BuildConfig: Only include modules with same platform in classpath #43

Merged
merged 1 commit into from
Aug 5, 2019

Conversation

tindzk
Copy link
Owner

@tindzk tindzk commented Aug 4, 2019

When run with --verbose, Bloop indicates that it detected changes
on the custom-command-target project:

[D] Classpath hash changed!
[...]
+  FileHash(file: /tmp/build-custom-command-target/bloop/utils, hash: -3319929)
 )

This directory does not exist since the custom build target does not
have any Scala sources. Filter out all dependent modules in the
classpath that do not target the same platform as the base module.

@tindzk tindzk changed the title BuildConfig: Do not include custom build targets in classpath BuildConfig: Only include modules with same platform in classpath Aug 5, 2019
@tindzk tindzk force-pushed the bug/classpath branch 2 times, most recently from 9c79159 to 27f37d6 Compare August 5, 2019 06:26
When run with `--verbose`, Bloop indicates that it detected changes
on the `custom-command-target` project:

```
[D] Classpath hash changed!
[...]
+  FileHash(file: /tmp/build-custom-command-target/bloop/utils, hash: -3319929)
 )
```

This directory does not exist since the custom build target does not
have any Scala sources. Filter out all dependent modules in the
classpath that do not target the same platform as the base module.
@tindzk tindzk merged commit ebc9c7c into master Aug 5, 2019
@tindzk tindzk deleted the bug/classpath branch August 5, 2019 06:42
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.

1 participant