From dbd6f1f0a6b570885c9fe96557e3692ed1d67d43 Mon Sep 17 00:00:00 2001 From: Benoit Lubek Date: Fri, 17 Nov 2023 15:53:11 +0100 Subject: [PATCH] [IJ Plugin] Bump pluginUntilBuild to 233 (#5377) --- intellij-plugin/gradle.properties | 2 +- intellij-plugin/src/main/resources/META-INF/plugin.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/intellij-plugin/gradle.properties b/intellij-plugin/gradle.properties index 635e18e6e91..9ab9de85e8f 100644 --- a/intellij-plugin/gradle.properties +++ b/intellij-plugin/gradle.properties @@ -11,7 +11,7 @@ pluginRepositoryUrl=https://github.com/apollographql/apollo-kotlin # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=223 # This can be kept empty to mean no upper bound, but it's recommended to set it to whatever was tested -pluginUntilBuild=232.* +pluginUntilBuild=233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType=IC # Corresponds to AS Giraffe 2022.3.1 -> https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html diff --git a/intellij-plugin/src/main/resources/META-INF/plugin.xml b/intellij-plugin/src/main/resources/META-INF/plugin.xml index e944c491246..8d16757923a 100644 --- a/intellij-plugin/src/main/resources/META-INF/plugin.xml +++ b/intellij-plugin/src/main/resources/META-INF/plugin.xml @@ -172,6 +172,14 @@ anchor="bottom" canCloseContents="true" /> + + + +