Fixed change logs once and for all (I hope)

This commit is contained in:
Adubbz 2013-12-12 15:15:14 +11:00
parent 935f5bb0bb
commit b03839554f

View file

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