Skip to content

Commit

Permalink
version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoel committed Oct 5, 2020
1 parent a3cec7d commit e5a1193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ intellij {
/* set compatibility range to be *from* IntelliJ version
and not constrict to specific major build */
updateSinceUntilBuild false
plugins 'java'
plugins = ['java']
}

repositories {
Expand Down
9 changes: 5 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<idea-plugin>
<id>com.intuit.intellij.makefile</id>
<name>DockDockBuild</name>
<version>1.0.2</version>
<version>1.0.12</version>
<vendor email="[email protected]" url="https://www.intuit.com/">Intuit</vendor>

<description>Support for running UNIX Makefiles on a Docker container</description>

<change-notes>Update versions:
Kotlin - 1.3.72
Gradle - 6.3
<change-notes>1. Fix tests
2. Update deprecated IntelliJ APIs
3. Update deprecated Gradle definitions
4. Remove com.intellij.modules.java dependency
</change-notes>

<idea-version since-build="202.4357.23"/>
Expand Down

0 comments on commit e5a1193

Please sign in to comment.