You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the cache-directory location seems to be hardcoded, i.e., ~/.cache/scalablytyped/ on linux.
I would like to be able to choose my own cache location. In the end, I want to use an environment variable for this, but if it's a setting that can also be set using JAVA_OPTS or SBT_OPTS that would work just as well.
Awesome project, thanks a lot! :)
Edit: Just noticed that results are actually published to the configured ivy-home (which I already changed), so that's already very useful! :) My main use-case for this is to keep caches project-specific, so it's easier to get a completely clean build, without user-/system-wide cache-directories being involved.
The text was updated successfully, but these errors were encountered:
Currently the cache-directory location seems to be hardcoded, i.e.,
~/.cache/scalablytyped/
on linux.I would like to be able to choose my own cache location. In the end, I want to use an environment variable for this, but if it's a setting that can also be set using
JAVA_OPTS
orSBT_OPTS
that would work just as well.Awesome project, thanks a lot! :)
Edit: Just noticed that results are actually published to the configured ivy-home (which I already changed), so that's already very useful! :) My main use-case for this is to keep caches project-specific, so it's easier to get a completely clean build, without user-/system-wide cache-directories being involved.
The text was updated successfully, but these errors were encountered: