Skip to content

Commit

Permalink
Use plugin.xml set sinceBuild and untilBuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhi1ong committed Dec 14, 2018
1 parent ddc2020 commit 9b4b189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arouter-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

intellij {
version support_idea_version
updateSinceUntilBuild false
plugins 'coverage'
}

Expand Down
1 change: 1 addition & 0 deletions arouter-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<id>arouter-roadsign</id>
<name>ARouter Helper</name>
<vendor email="[email protected]" url="https://www.alibaba.com">Alibaba</vendor>
<idea-version since-build="162.0"/>

<description><![CDATA[
Support to track navigation target.
Expand Down

0 comments on commit 9b4b189

Please sign in to comment.