This seems to cause uploadArchives to be called early

This commit is contained in:
Adubbz 2015-12-17 18:28:20 +11:00
parent c0f3b64b24
commit 8f85173164
1 changed files with 20 additions and 20 deletions

View File

@ -111,6 +111,7 @@ import groovy.io.FileType
uploadArchives {
dependsOn 'build'
repositories {
//This is needed by the Groovy Postbuild to append labels for each build used in the changelog.
println "Output files:"
println "--------------------"
@ -131,7 +132,6 @@ uploadArchives {
}
println "--------------------"
repositories {
if (project.hasProperty("filesmaven")) {
logger.info('Publishing to files server')