Skip to content

Commit ca65acc

Browse files
authored
Merge pull request #62 from rohithsh/wip-swan-assist-java-and-gradle-upgrade
Move build version configuration to build.grade
2 parents 0d5d053 + 2bbaae0 commit ca65acc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

swan-assist/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ patchPluginXml {
3535
"<br>- suggest methods" +
3636
"<br>- filter list" +
3737
"<br>- import and export configuration file"
38+
sinceBuild = "221.*"
39+
untilBuild = "222.*"
3840
}
3941

4042
runIde {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<depends>com.intellij.modules.java</depends>
1818

1919

20-
<idea-version since-build="213" until-build="222.*"/>
2120

2221
<extensions defaultExtensionNs="com.intellij">
2322
<codeInsight.lineMarkerProvider language="JAVA"

0 commit comments

Comments
 (0)