GVM Error Setting Default Groovy Version -


i installed groovy gvm:

gvm install groovy 

but when yes set 2.4.6 default version, error:

rm: `/c/users/<user_name>/.sdkman/candidates/groovy/current' directory ln: `/c/users/<user_name>/.sdkman/candidates/groovy/current': cannot overwrite direc tory 

not sure why it's trying rm current folder create symbolic link it. ideas i'm doing wrong?

current should symbolic link directory of current version, not directory itself

looks reason, it's directory

try moving current out of way, , trying again

ps: gvm called sdkman , command sdk not gvm though gvm still works historic compatibility


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -