Skip to content

Commit 94f980c

Browse files
committed
build: move compatibility up to IDEA 2020.3
1 parent 8f75dcb commit 94f980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ intellij {
3232
patchPluginXml {
3333
version project.version
3434
sinceBuild '192'
35-
untilBuild '201.*'
35+
untilBuild '203.*'
3636
changeNotes = new File("change_notes/${version.replace('.', '_')}.html").getText('UTF-8')
3737
pluginDescription = new File("plugin_description.html").getText('UTF-8')
3838
}

0 commit comments

Comments
 (0)