Skip to content

Commit

Permalink
[IJ Plugin] Bump pluginUntilBuild to 233 (#5377)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Nov 17, 2023
1 parent c23e515 commit dbd6f1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@
anchor="bottom"
canCloseContents="true"
/>

<!-- Suggest plugin when Apollo Kotlin is a project dependency -->
<!-- See https://plugins.jetbrains.com/docs/marketplace/intellij-plugin-recommendations.html#c2909003_6 -->
<dependencySupport
kind="java"
coordinate="com.apollographql.apollo3:apollo-api-jvm"
displayName="Apollo Kotlin"
/>
</extensions>

<extensions defaultExtensionNs="com.intellij.lang.jsgraphql">
Expand Down

0 comments on commit dbd6f1f

Please sign in to comment.