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

The plugin doesn't respect ideaDependencyCachePath property #794

Closed
Undin opened this issue Oct 4, 2021 · 1 comment
Closed

The plugin doesn't respect ideaDependencyCachePath property #794

Undin opened this issue Oct 4, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@Undin
Copy link
Contributor

Undin commented Oct 4, 2021

Problem description

We in intellij-rust plugin uses intellij.ideaDependencyCachePath property to download IDE dependencies into project directory.
Historically, it was used to fix bug on Windows with too long classpath.
Now I find it's quite convenient regardless of OS because I can check IDE artifact structure directly from plugin project inside my IDE.

And since 1.2.0 version, gradle-intellij-plugin stops unpacking IDE dependencies into the necessary location.

You can use this version of the project to reproduce the problem. We set ideaDependencyCachePath property here.
Note, it works with 1.1.3 version (see master branch)

Expected result

IDE dependencies are unarchived into deps directory in the project

Actual result

deps directory is empty even after project rebuild

@hsz
Copy link
Member

hsz commented Oct 14, 2021

Thanks for reporting and sorry for the inconvenience!
The issue is fixed and will be available with the upcoming release.

@hsz hsz closed this as completed Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants