Skip to content

Commit e3646e8

Browse files
committed
Remove JDK auto-setter
Because JDK should be correctly detected now that #14916 has been merged.
1 parent 534e741 commit e3646e8

File tree

2 files changed

+0
-101
lines changed

2 files changed

+0
-101
lines changed

components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodProjectManager.kt

Lines changed: 0 additions & 100 deletions
This file was deleted.

components/ide/jetbrains/backend-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<applicationService serviceImplementation="io.gitpod.jetbrains.remote.GitpodManager" preload="true"/>
2929
<notificationGroup id="Gitpod Notifications" displayType="BALLOON" isLogByDefault="false"/>
3030
<httpRequestHandler implementation="io.gitpod.jetbrains.remote.GitpodCLIService"/>
31-
<projectService serviceImplementation="io.gitpod.jetbrains.remote.GitpodProjectManager" preload="true"/>
3231
<gateway.customization.name
3332
implementation="io.gitpod.jetbrains.remote.GitpodGatewayClientCustomizationProvider"/>
3433
<gateway.customization.performance id="gitpodMetricsControl" order="before cpuControl"

0 commit comments

Comments
 (0)