Add dependency between artifactoryPublish and assemble

This commit is contained in:
Seth Goings 2014-07-28 15:07:57 -06:00
parent a55f291575
commit 28ed000fd9

View File

@ -140,6 +140,10 @@ publishing {
}
}
artifactoryPublish {
dependsOn assemble
}
artifactory {
contextUrl = "http://oss.jfrog.org"