Skip to content

Commit

Permalink
[JetBrains] Upgrade Gitpod Gateway plugins and fix integration tests (#…
Browse files Browse the repository at this point in the history
…20136)

* [JetBrains] Upgrade platform version of stable and latest Gitpod Gateway plugins

* Update integration tests gateway build path
  • Loading branch information
mustard-mh authored Aug 22, 2024
1 parent 1267ae2 commit b719360
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 375 deletions.
8 changes: 1 addition & 7 deletions components/ide/jetbrains/gateway-plugin/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ packages:
- SDKMAN_DIR=/home/gitpod/.sdkman
config:
commands:
- ["rm", "-rf", "build.gradle.kts"]
- ["mv", "build.gradle-stable.kts", "build.gradle.kts"]
- - bash
- "-c"
- >
echo java=17.0.12.fx-zulu > .sdkmanrc
echo java=21.0.3.fx-zulu > .sdkmanrc
&& source "$SDKMAN_DIR/bin/sdkman-init.sh"
&& sdk env install
&& ./gradlew "-PpluginVersion=0.0.1-${version}" "-PgitpodProtocolProjectPath=components-gitpod-protocol-java--lib/" "-PenvironmentName=stable" "-Dgradle.user.home=/workspace/.gradle-stable" "-Dplugin.verifier.home.dir=$HOME/.cache/pluginVerifier-stable" "buildFromLeeway"
Expand All @@ -47,13 +45,9 @@ packages:
- publishToJBMarketplace
env:
- DO_PUBLISH=${publishToJBMarketplace}
# TODO(hw): remove after `2024.2.*` is stable
- SDKMAN_DIR=/home/gitpod/.sdkman
config:
commands:
# TODO(hw): remove after 2024.2.* is stable
- ["rm", "-rf", "build.gradle.kts"]
- ["mv", "build.gradle-latest.kts", "build.gradle.kts"]
- - bash
- "-c"
- >
Expand Down
176 changes: 0 additions & 176 deletions components/ide/jetbrains/gateway-plugin/build.gradle-latest.kts

This file was deleted.

178 changes: 0 additions & 178 deletions components/ide/jetbrains/gateway-plugin/build.gradle-stable.kts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Code generated by gha-update-image/index-jb-platform-update.ts. DO NOT EDIT.
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=242.20224
pluginUntilBuild=242.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions=2024.2
# Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/updates/updates.xml
platformVersion=242.20224.92

# Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/intellij-repository/snapshots
platformVersion=242.20224.368
Loading

0 comments on commit b719360

Please sign in to comment.