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
Fix SDKMAN_DIR mismatch in Flex environments (#20976)
Install SDKMAN as root (proven working approach) then create gitpod user
with symlinks to make SDKMAN accessible at /home/gitpod/.sdkman path
expected by JetBrains plugin BUILD.yaml files. This resolves the issue
where leeway run dev:preview fails in Flex environments due to SDKMAN
path mismatch.
Fixes CLC-1619
Co-authored-by: Ona <no-reply@ona.com>
# above, we are adding the sdkman init to .bashrc (executing sdkman-init.sh does that), because one is executed on interactive shells, the other for non-interactive shells (e.g. plugin-host)
0 commit comments