Try this....

This commit is contained in:
Adubbz 2014-01-19 17:22:04 +11:00
parent 14aa3298af
commit 0bfc7cc3fc

View file

@ -112,7 +112,7 @@ task createChangelog(type: ChangelogTask) {
setAuthName(new DelayedString(project, 'console_script'));
setAuthPassword(new DelayedString(project, 'dc6d48ca20a474beeac280a9a16a926e'));
setTargetBuild({buildNumber.toString()});
setOutput(new DelayedFile(project, 'build/distributions/' + jobName + "${project.version}" + '-changelog' + '.txt'));
setOutput(new DelayedFile(project, 'build/distributions/' + jobName + project.version + '-changelog.txt'));
}
tasks.build.dependsOn('createChangelog')