File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/ide/jetbrains/backend-plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ packages:
8484 - JB_QUALIFIER=stable
8585 - NO_VERIFY_JB_PLUGIN=${noVerifyJBPlugin}
8686 # TODO(hw): remove me after java 21 is default version in dev image
87- - SDKMAN_DIR=/root /.sdkman
87+ - SDKMAN_DIR=/home/gitpod /.sdkman
8888 config :
8989 commands :
9090 - - "bash"
@@ -116,7 +116,7 @@ packages:
116116 - JB_QUALIFIER=latest
117117 - NO_VERIFY_JB_PLUGIN=${noVerifyJBPlugin}
118118 # TODO(hw): remove me after java 21 is default version in dev image
119- - SDKMAN_DIR=/root /.sdkman
119+ - SDKMAN_DIR=/home/gitpod /.sdkman
120120 config :
121121 commands :
122122 - - "bash"
@@ -180,7 +180,7 @@ packages:
180180 - JB_QUALIFIER=latest
181181 - NO_VERIFY_JB_PLUGIN=${noVerifyJBPlugin}
182182 # TODO(hw): remove after `2024.2.*` is stable
183- - SDKMAN_DIR=/root /.sdkman
183+ - SDKMAN_DIR=/home/gitpod /.sdkman
184184 config :
185185 commands :
186186 - ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/GitpodMetricControlProvider.kt"]
You can’t perform that action at this time.
0 commit comments