Skip to content

Commit

Permalink
updated to support build 181 upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jul 31, 2018
1 parent e4251ce commit 28e4950
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ dependencies {

intellij {
version '2018.1.4'
intellij.updateSinceUntilBuild false //Disables updating since-build attribute in plugin.xml
}

patchPluginXml {
changeNotes """
first release. work in progress.
<p>0.1.0 First experimental version based upon <a href="https://github.com/pwielgolaski/shellcheck-plugin">shellcheck</a></p>
<p>0.1.1 updated to support from build 181 and upwards</p>
"""
}

apply plugin: 'org.jetbrains.intellij'
apply plugin: "io.freefair.git-version"
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/binxio/cfnlint-plugin">
<idea-plugin url="https://github.com/binxio/cfn-lint-plugin">
<id>io.binx.cfnlint.plugin</id>
<name>cfn-lint</name>
<version>0.1.0</version>
<version>0.1.1</version>
<category>Web</category>
<vendor email="[email protected]" url="https://github.com/binxio/">binx.io</vendor>

Expand All @@ -11,10 +11,11 @@

<change-notes><![CDATA[
<p>0.1.0 First experimental version based upon <a href="https://github.com/pwielgolaski/shellcheck-plugin">shellcheck</a></p>
<p>0.1.1 updated to support from build 181 and upwards</p>
]]></change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="145"/>
<idea-version since-build="181"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html on how to target different products -->
<depends>com.intellij.modules.lang</depends>
Expand Down

0 comments on commit 28e4950

Please sign in to comment.