Publish Android aar to artifactory
问题 I'm stuck with integrating artifactory 3.0.1 plugin with Gradle. I'm using Android Studio 1.0 so I'm guessing that I'm on Gradle 2.0. Any examples on publishing to artifactory using the 3.0.1 plugin would be highly helpful. Thanks in advance 回答1: Publishing to Artifactory is just a configuration task. You just need to configure two plugins, com.jfrog.artifactory and maven-publish , and run artifactoryPublish Gradle's task. But... let's explain it by code, to ease copypasting :·) At your