Fix small goof in build.gradle

This commit is contained in:
Pahimar 2014-09-04 15:58:11 -04:00
parent 63d6c61007
commit 05cf583931

View file

@ -86,7 +86,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/libs/' + project.getName() + '-' + project.version + '-changelog.txt'));
setOutput(new DelayedFile(project, 'build/libs/' + project.archivesBaseName + '-' + project.version + '-changelog.txt'));
}
onlyIf {