Updated build.gradle

This commit is contained in:
Adubbz 2014-01-19 16:11:44 +11:00
parent 0d026621fe
commit 662ab47a7e
1 changed files with 1 additions and 1 deletions

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/libs/' + jobName + '-changelog-' + "${project.version}" + '.txt'));
setOutput(new DelayedFile(project, 'build/distributions/' + jobName + '-changelog-' + "${project.version}" + '.txt'));
}
tasks.build.dependsOn('createChangelog')