Remove artifactory resolve block

This commit is contained in:
wizjany 2019-04-27 16:43:32 -04:00
parent 36eba9c9dd
commit eab7b5c47f

View File

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