update
public static void update(org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration config,
org.gradle.api.Project project)
Returns a configuration handler object out of a Gradle project. This method will aggregate the properties in our
defined hierarchy. First search for the property as a system property, if found return it.
Second search for the property in the Gradle StartParameter.getProjectProperties() container
and if found there, then return it. Third search for the property in Project.property(String)
if not found, search upwards in the project hierarchy until
reach the root project. if not found at all in this hierarchy return null
- Parameters:
project - the gradle project with properties for build info client configuration (Usually in start parameter
from CI Server)