Merge lp:~justin-halfempty/gradle-release/bug1018437 into lp:gradle-release

Proposed by Justin Ryan
Status: Merged
Merged at revision: 106
Proposed branch: lp:~justin-halfempty/gradle-release/bug1018437
Merge into: lp:gradle-release
Diff against target: 25 lines (+3/-2)
2 files modified
src/main/groovy/release/BaseScmPlugin.groovy (+3/-1)
src/main/groovy/release/ReleasePlugin.groovy (+0/-1)
To merge this branch: bzr merge lp:~justin-halfempty/gradle-release/bug1018437
Reviewer Review Type Date Requested Status
Eric Berry Pending
Review via email: mp+122774@code.launchpad.net

Description of the change

Fix for #1018437

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/main/groovy/release/BaseScmPlugin.groovy'
2--- src/main/groovy/release/BaseScmPlugin.groovy 2012-02-22 07:31:07 +0000
3+++ src/main/groovy/release/BaseScmPlugin.groovy 2012-09-04 23:54:20 +0000
4@@ -21,7 +21,9 @@
5 project.task('checkUpdateNeeded', group: ReleasePlugin.RELEASE_GROUP,
6 description: 'Checks to see if there are any incoming or outgoing changes that haven\'t been applied locally.') << this.&checkUpdateNeeded
7
8- }
9+ setConvention()
10+
11+ }
12
13 /**
14 * Called by {@link ReleasePlugin} when plugin's convention needs to be set.
15
16=== modified file 'src/main/groovy/release/ReleasePlugin.groovy'
17--- src/main/groovy/release/ReleasePlugin.groovy 2012-06-27 18:33:42 +0000
18+++ src/main/groovy/release/ReleasePlugin.groovy 2012-09-04 23:54:20 +0000
19@@ -98,7 +98,6 @@
20 void initScmPlugin() {
21
22 checkPropertiesFile()
23- scmPlugin.setConvention()
24 scmPlugin.init()
25 }
26

Subscribers

People subscribed via source and target branches

to all changes: