In our project, we are migrating from ant scripts to gradle build.
We are going to use artifactory as a repo manager in our company to store artifacts.
I have seen some repository stuff in artifactory, consisting of libs-snapshot-local as a remote repository and libs-snapshot as virtual repository. Same with releases repo libs-release-local and libs-release.
Can any one of you explain what is the difference between them? Can I deploy the artifacts to both of them?