I get the following message from gradle when I run 'gradle build' with Artifactory setting.
[buildinfo] Properties file path was not found! (Relevant only for builds running on a CI Server)
It starts to appear when I include the following line in my build.gradle file:
apply plugin: 'com.jfrog.artifactory'
I would like to know what exactly this means and what to do with it, but I can not find anything in it.
source
share