Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-samuraj committed Mar 31, 2018
2 parents c599c7b + 5360673 commit 462b805
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Plugin expects that _go_ and _dep_ commands are already installed on given syste

```groovy
plugins {
id "cz.swsamuraj.godep" version "0.2.0"
id "cz.swsamuraj.godep" version "0.2.1"
}
```
### All Gradle versions (or local repository) ##
Expand All @@ -30,7 +30,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.cz.swsamuraj:gradle-godep-plugin:0.2.0"
classpath "gradle.plugin.cz.swsamuraj:gradle-godep-plugin:0.2.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile localGroovy()
}

version = '0.2.0'
version = '0.2.1'
group = 'cz.swsamuraj'

jar {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'cz.swsamuraj.godep' version '0.2.0'
id 'cz.swsamuraj.godep' version '0.2.1'
}

godep {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
*/
package cz.swsamuraj.gradle.godep

import com.sun.xml.internal.bind.v2.runtime.property.Property
import groovy.transform.CompileStatic
import org.gradle.api.Action
import org.gradle.api.DefaultTask
import org.gradle.api.provider.Property
import org.gradle.api.tasks.TaskAction
import org.gradle.process.ExecSpec

Expand Down

0 comments on commit 462b805

Please sign in to comment.