listOutputs should now finalize the build task

This commit is contained in:
Adubbz 2015-12-17 18:58:18 +11:00
parent 26e4002b71
commit 630fe3aa0f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ task listOutputs << {
println "--------------------" println "--------------------"
} }
tasks.listOutputs.dependsOn('build') tasks.build.finalizedBy('listOutputs')
artifacts { artifacts {
archives changelog.output archives changelog.output