Remove artifactory resolve block

This commit is contained in:
Kenzie Togami 2019-04-27 13:37:43 -07:00
parent b7ea46db2f
commit 484a1db500
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -69,15 +69,6 @@ artifactory {
ivy = false
}
}
resolve {
repository {
repoKey = 'repo'
username = "${artifactory_user}"
password = "${artifactory_password}"
maven = true
}
}
}
artifactoryPublish.skip = true