Uncomment artifactoryPublish section

This commit is contained in:
Seth Goings 2014-08-28 14:41:31 -06:00
parent 4302602b63
commit 72d9c8e191

View File

@ -190,7 +190,6 @@ publishing {
}
}
/**
artifactoryPublish {
dependsOn assemble
}
@ -221,7 +220,6 @@ artifactory {
}
}
}
**/
task wrapper(type: Wrapper) {
gradleVersion = '2.0'