File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5
5
* The ` fmt ` task added to the life-cycle ([ #] )
6
6
* The ` vet ` task added to the life-cycle ([ #] )
7
7
* Code refactoring ([ #] )
8
+
9
+ ## 0.3.3 ##
10
+
11
+ * Fix optional ` dep ` task in multi-module build
12
+ ([ #7 ] ( https://github.com/sw-samuraj/gradle-godep-plugin/pull/7 ) )
8
13
* CHANGELOG.md added
9
14
([ #6 ] ( https://github.com/sw-samuraj/gradle-godep-plugin/pull/6 ) )
10
15
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Plugin expects that _go_ and _dep_ commands are already installed on given syste
25
25
26
26
``` groovy
27
27
plugins {
28
- id "cz.swsamuraj.godep" version "0.3.2 "
28
+ id "cz.swsamuraj.godep" version "0.3.3 "
29
29
}
30
30
```
31
31
### All Gradle versions (or local repository) ##
@@ -38,7 +38,7 @@ buildscript {
38
38
}
39
39
}
40
40
dependencies {
41
- classpath "gradle.plugin.cz.swsamuraj:gradle-godep-plugin:0.3.2 "
41
+ classpath "gradle.plugin.cz.swsamuraj:gradle-godep-plugin:0.3.3 "
42
42
}
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
compile localGroovy()
13
13
}
14
14
15
- version = ' 0.3.3-SNAPSHOT '
15
+ version = ' 0.3.3'
16
16
group = ' cz.swsamuraj'
17
17
18
18
jar {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' cz.swsamuraj.godep' version ' 0.3.2 '
2
+ id ' cz.swsamuraj.godep' version ' 0.3.3 '
3
3
}
4
4
/*
5
5
buildscript {
You can’t perform that action at this time.
0 commit comments