I follow Artifactory 1 minute setup . I have Artifactory and it works on my localhost, and now I'm trying to integrate it with Intellij / Gradle.
Artifactory webapp gives the gradle.properties and build.gradle , so I'm trying to start by adding them to my IntelliJ project. However, I do not know where to put the gradle.properties file.
I tried to copy the contents of gradle.properties (key = value pairs) to gradle/wrapper/gradle-wrapper.properties , unfortunately this does not make the keys available in the build.gradle file. Any ideas?
intellij-idea artifactory gradle
bcorso May 19 '15 at 18:52 2015-05-19 18:52
source share