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

It does not support java-library submodule #451

Closed
SetoKaiba opened this issue Dec 18, 2019 · 3 comments
Closed

It does not support java-library submodule #451

SetoKaiba opened this issue Dec 18, 2019 · 3 comments
Milestone

Comments

@SetoKaiba
Copy link

It does not support java-library submodule.
When you modify the plugin to java instead of java-library, it will work.
It does not contains the jar from java-library.

Here's a minimal reproduce project.
https://github.com/SetoKaiba/TestPlugin

@DreierF
Copy link
Contributor

DreierF commented Jan 15, 2020

I ran into the same bug.

As a workaround you can explicitly depend on the jar task of all included java-library projects like so:

tasks.named('prepareSandbox') {
	dependsOn ':lib:myLib:jar'
}

@SetoKaiba
Copy link
Author

Will this be fixed? It's inconvenience to add this after every module is created.

@zolotov
Copy link
Member

zolotov commented Mar 25, 2020

@SetoKaiba if you're aware what should be done on gradle-intellij-plugin side, the PR is very welcome

AleksZhelo added a commit to AleksZhelo/idea-mob-plugin that referenced this issue May 28, 2020
DreierF added a commit to DreierF/gradle-intellij-plugin that referenced this issue Jun 13, 2021
@DreierF DreierF mentioned this issue Jun 13, 2021
@hsz hsz added this to the 1.0.1 milestone Jun 16, 2021
@hsz hsz closed this as completed in 2d2eb35 Jun 16, 2021
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

4 participants