I would like to know where posh-gvm
(SDKMAN for windows) installs its software.
I've had a brief look in Program Files, %APPDATA% and %HOMEDRIVE%\Users\%USERNAME% but couldn't find anything. The information is surprisingly hard to find online.
I would like to know where posh-gvm
(SDKMAN for windows) installs its software.
I've had a brief look in Program Files, %APPDATA% and %HOMEDRIVE%\Users\%USERNAME% but couldn't find anything. The information is surprisingly hard to find online.
After seeing a similar post about Unix gvm
's dir install-dir at ~/.gvm, I have found the directory located under
%HOMEDRIVE%\Users\%USERNAME%\.posh-gvm
|__ groovy
|__ scala
|__ grails
\__ etc...