Skip to content

Commit a6a4c50

Browse files
roboquatmustard-mhfiliptronicek
authored
[JetBrains] Update Platform Version from JetBrains Gateway Plugin (EAP) (#20320)
* Update Platform Version of JetBrains Gateway Plugin (EAP) to * Revert gradle properties changes * Address Filip's feedback #20319 (comment) Co-authored-by: Filip Troníček <filip@gitpod.io> --------- Co-authored-by: Huiwen <mhqnwt@gmail.com> Co-authored-by: Filip Troníček <filip@gitpod.io>
1 parent 9de8339 commit a6a4c50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/ide/jetbrains/gateway-plugin/gradle-latest.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pluginUntilBuild=243.*
77
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
88
# See https://jb.gg/intellij-platform-builds-list for available build versions.
99
pluginVerifierIdeVersions=2024.3
10-
# Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/intellij-repository/snapshots
11-
platformVersion=243.18137.22
10+
# Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/updates/updates.xml or exec `./gradlew printProductsReleases`
11+
platformVersion=243.21155.27

components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class GitpodSettingsConfigurable : BoundConfigurable("Gitpod") {
3434
row {
3535
checkBox("Persistent connection heartbeats")
3636
.bindSelected(state::additionalHeartbeat)
37-
.comment("Keep workspaces running as long as the IDE connection remains active.")
37+
.comment("Keep workspaces running as long as the IDE connection remains active")
3838
}
3939

4040
}

0 commit comments

Comments
 (0)