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

Replacing dependency with git repo when another binary dependency uses the same #8

Open
apatrida opened this issue Nov 7, 2021 · 1 comment

Comments

@apatrida
Copy link

apatrida commented Nov 7, 2021

This may be an Intellij only problem.

With a project setup as:

  • my project "Test", depends on
    • dependency A (using includegit)
    • dependency B (binary JAR from repo), depends on
      • dependency A (which therefore points at the git dir as well)

Where Test uses a class from B which inherits from classes in A, errors in Intellij MISSING_DEPDENCY_CLASS although it compiles and runs fine. In this case B is a testing utility for library A which happens to be an embedded database.

If I make the whole tree source dependencies on each other it works, but not with

@melix
Copy link
Owner

melix commented Nov 9, 2021

errors in Intellij MISSING_DEPDENCY_CLASS although it compiles and runs fine.

So you mean that ./gradlew test works? If so this is an IntelliJ issue with composite builds and not an issue with this plugin.

Would help to confirm if you could provide a minimal reproducer.

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

No branches or pull requests

2 participants