Skip to content

Commit

Permalink
Build 0.12 for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
cholick committed Mar 1, 2020
1 parent 0a58913 commit efb738c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.cholick.idea.spock'
version '0.12-SNAPSHOT'
version '0.12'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -31,5 +31,7 @@ patchPluginXml {
version '0.12'
changeNotes """
Updated to support latest IntelliJ versions.<br>
<em>Now uses a gradle build to create/update the plugin.</em>"""
<em>Now uses a gradle build to create/update the plugin.</em><br>
Thanks @aflowers001 for contributing this fix.
"""
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
@@ -1,6 +1,6 @@

<idea-plugin>
<id>com.cholick.idea.spock</id>
<id>Spock Framework Enhancements</id>
<name>Spock Framework Enhancements</name>
<description>
<![CDATA[
Expand Down

0 comments on commit efb738c

Please sign in to comment.