The path to the properties file was not found! (Only relevant for assemblies running on the CI server)

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.

+4
source share
1 answer

Gradle integration with Artifactory can be achieved using the Gradle Artifactory Plugin or, alternatively, from a CI server (Jenkims, Bamboo or TeamCity) using the appropriate Artifactory plugin for the CI server.

Artifactory CI Gradle Artifactory Artifactory.

, , , CI. , , . , .

, :

Artifactory CI (, Gradle). Gradle Artifactory Plugin ( Gradle) / Artifactory, Artifactory.

Gradle Artifactory script .

+17

All Articles