I am following the Artifactory 1-min Setup. I have Artifactory up and running on my localhost, and now I am trying to integrate it with Intellij/Gradle.
The artifactory webapp gives a gradle.properties
and build.gradle
file, so I'm trying to start with adding these to my IntelliJ project. However, I don't know where to put the gradle.properties
file.
I tried copying thegradle.properties
contents (key=value pairs) to gradle/wrapper/gradle-wrapper.properties
, unfortunately doing that does not make the keys accessible in the build.gradle
file. Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…