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 8f75dcb commit 94f980cCopy full SHA for 94f980c
build.gradle
@@ -32,7 +32,7 @@ intellij {
32
patchPluginXml {
33
version project.version
34
sinceBuild '192'
35
- untilBuild '201.*'
+ untilBuild '203.*'
36
changeNotes = new File("change_notes/${version.replace('.', '_')}.html").getText('UTF-8')
37
pluginDescription = new File("plugin_description.html").getText('UTF-8')
38
}
0 commit comments