From d3cafcafbf3db5c476c4eb73058db86f2268ec39 Mon Sep 17 00:00:00 2001 From: Robo Quat <87151047+roboquat@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:29:55 +0200 Subject: [PATCH] Update Platform Version of JetBrains Gateway Plugin (Stable) to 232.9921-EAP-CANDIDATE-SNAPSHOT (#18724) --- .../ide/jetbrains/gateway-plugin/gradle-stable.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ide/jetbrains/gateway-plugin/gradle-stable.properties b/components/ide/jetbrains/gateway-plugin/gradle-stable.properties index 4a69e65463dc99..a595e26c15238b 100644 --- a/components/ide/jetbrains/gateway-plugin/gradle-stable.properties +++ b/components/ide/jetbrains/gateway-plugin/gradle-stable.properties @@ -1,9 +1,9 @@ # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. -pluginSinceBuild=232.9559 +pluginSinceBuild=232.9921 pluginUntilBuild=232.* # 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=2023.2 # Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/intellij-repository/snapshots -platformVersion=232.9559-EAP-CANDIDATE-SNAPSHOT +platformVersion=232.9921-EAP-CANDIDATE-SNAPSHOT