-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
GenIdea not downloading mill sources (but resolving them if already downloaded) #708
Milestone
Comments
If it can help, I can try to investigate this when I have the time, possibly later this month. |
Thanks for the workaround hint. I'd love if mill did this itself, or had an option to. |
lefou
added a commit
to lefou/mill
that referenced
this issue
Oct 18, 2019
lefou
added a commit
to lefou/mill
that referenced
this issue
Oct 18, 2019
Can you try if #719 fixes it? |
lefou
added a commit
to lefou/mill
that referenced
this issue
Oct 23, 2019
Fixed by #719 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I execute the
GenIdea
task, the source JARs for mill itself (e.g.mill-scalalib_2.12-0.5.1-sources.jar
) are not dowloaded and don't appear in themill-build
module in IntelliJ. For instance, I get this:However, if those source JARs are already present in
~/.coursier/cache
(because I downloaded them manually), thenGenIdea
does correctly add them to themill-build
module. For instance, I get this:There already was a similar issue, now closed: #533 (duplicate of #527). It now seems to be partially working though, so probably a bit different ?
The text was updated successfully, but these errors were encountered: