Skip to content

Commit 67c0425

Browse files
committed
🐛 Fix 2020.2 compatibility issue
1 parent 14308a2 commit 67c0425

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
@@ -15,7 +15,7 @@ intellij {
1515

1616
patchPluginXml {
1717
sinceBuild '193'
18-
untilBuild '201.*'
18+
untilBuild '202.*'
1919

2020
def changelogPath = "${project.buildDir}/CHANGELOG.html"
2121
def readmePath = "${project.buildDir}/README.html"

0 commit comments

Comments
 (0)