Commit f1abba4 1 parent 71ff1bd commit f1abba4 Copy full SHA for f1abba4
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.3.3
4
+ ##### Released: 5. October 2015
5
+
6
+ ### Bugfixes
7
+
8
+ * COMMON: Calling custom buildTasks was broken (#144 , thanks madhead)
9
+ * COMMON: Order of tasks was not completely correct for --parallel runs
10
+
3
11
## 2.3.2
4
12
##### Released: 2. October 2015
5
13
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ buildscript {
38
38
}
39
39
}
40
40
dependencies {
41
- classpath 'net.researchgate:gradle-release:2.3.2 '
41
+ classpath 'net.researchgate:gradle-release:2.3.3 '
42
42
}
43
43
}
44
44
@@ -49,7 +49,7 @@ apply plugin: 'net.researchgate.release'
49
49
50
50
``` groovy
51
51
plugins {
52
- id 'net.researchgate.release' version '2.3.2 '
52
+ id 'net.researchgate.release' version '2.3.3 '
53
53
}
54
54
```
55
55
You can’t perform that action at this time.
0 commit comments