Skip to content

Commit b3c7ec9

Browse files
pahan35G-Rath
authored andcommitted
feat: relax allowed IDE versions (#1)
* feat: relax allowed IDE versions * feat: define supported versions via idea-version
1 parent f1f75e1 commit b3c7ec9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ intellij {
1414
plugins = [
1515
"JavaScriptLanguage"
1616
]
17+
updateSinceUntilBuild = false
1718
}
1819

1920
patchPluginXml {

src/main/resources/META-INF/plugin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<id>jones.restarteslintaction.restart-eslint-action</id>
33
<name>ESLint Restart Service Action</name>
44
<vendor>Gareth Jones</vendor>
5+
<idea-version since-build="193"/>
56

67
<depends>com.intellij.modules.platform</depends>
78
<depends>JavaScript</depends>

0 commit comments

Comments
 (0)