This is the end

This commit is contained in:
Adubbz 2014-01-19 21:32:16 +11:00
parent f83a8f581e
commit 3d6ba54fab
1 changed files with 0 additions and 2 deletions

View File

@ -113,8 +113,6 @@ task createChangelog(type: ChangelogTask) {
setAuthPassword(new DelayedString(project, 'dc6d48ca20a474beeac280a9a16a926e'));
setTargetBuild({buildNumber.toString()});
setOutput(new DelayedFile(project, 'build/distributions/' + project.getName() + '-' + project.version + '-changelog.txt'));
project.getArtifacts().add("archives", getOutput());
}
tasks.build.dependsOn('createChangelog')