Testing more changelog generation

This commit is contained in:
pahimar 2014-06-04 20:28:22 -04:00
parent 7fc3ac8e4e
commit 41c63e403a

View file

@ -71,7 +71,7 @@ task createChangelog(type: ChangelogTask) {
setAuthName(new DelayedString(project, project.jenkins_user))
setAuthPassword(new DelayedString(project, project.jenkins_password))
setTargetBuild({ buildNumber.toString() });
setOutput(new DelayedFile(project, 'build/distributions/' + project.getName() + '-' + project.version + '-changelog.txt'));
setOutput(new DelayedFile(project, 'build/libs/' + project.getName() + '-' + project.version + '-changelog.txt'));
}
tasks.build.dependsOn('createChangelog')