Skip to content

Commit a8c8123

Browse files
committed
Provide download link for IU artifact.
1 parent 4df6c94 commit a8c8123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/kotlin/com/coder/gateway/CoderGatewayConnectionProvider.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ class CoderGatewayConnectionProvider : GatewayConnectionProvider {
5252
}
5353
remoteProjectPath = projectPath
5454
remoteCommandsExecutor = SshCommandsExecutor.Companion.create(credentials)
55-
downloadMethod = SshDownloadMethod.SftpUpload
55+
downloadMethod = SshDownloadMethod.CustomizedLink
56+
customDownloadLink = "https://download.jetbrains.com/idea/ideaIU-2021.3.3.tar.gz"
5657
ide = IdeInfo(
5758
IntelliJPlatformProduct.IDEA,
58-
buildNumber = "221.5787.30"
59+
buildNumber = "213.7172.25"
5960
)
6061
}
6162
val deployPair = async {
@@ -69,7 +70,6 @@ class CoderGatewayConnectionProvider : GatewayConnectionProvider {
6970
logger.info(">>>$deployPair")
7071
}
7172

72-
7373
return object : GatewayConnectionHandle(clientLifetime) {
7474
override fun createComponent(): JComponent {
7575
return CoderGatewayConnectionComponent(clientLifetime, coderUrl, workspaceName)

0 commit comments

Comments
 (0)