JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Use a shared IJ sdk download directory #73

Open mutcianm opened 4 years ago

mutcianm commented 4 years ago

With the current setup each IJ plugin being developed, downloads IJ sdk to it's own directory wasting space by duplicating sdk downloads. SDK should be downloaded into a common directory such as ~/.cache/IJSDK instead of per plugin ~/.pluginName/sdk