We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff9e21 commit e62f362Copy full SHA for e62f362
build.gradle
@@ -42,6 +42,7 @@ intellij {
42
patchPluginXml {
43
version pluginVersion
44
sinceBuild pluginSinceBuild
45
+ untilBuild pluginUntilBuild
46
47
changeNotes """
48
<p><b>New in $pluginVersion</b></p>
gradle.properties
@@ -6,7 +6,8 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
6
pluginGroup = com.intellij.lang.jsgraphql
7
pluginName = JS GraphQL
8
pluginVersion = 2.6.0
9
-pluginSinceBuild = 183.6156.11
+pluginSinceBuild = 192.7142
10
+pluginUntilBuild = 203.*
11
12
platformType = IU
13
platformVersion = IU-LATEST-EAP-SNAPSHOT
0 commit comments