in src/com/epam/edp/buildtool/Gradle.groovy [34:42]
def init() {
this.hostedPath = job.getParameterValue("ARTIFACTS_HOSTED_PATH", "edp-maven")
this.groupPath = job.getParameterValue("ARTIFACTS_PUBLIC_PATH", "edp-maven-group")
this.hostedRepository = "${nexus.repositoriesUrl}/${this.hostedPath}"
this.groupRepository = "${nexus.repositoriesUrl}/${this.groupPath}"
this.settings = "-I ${writeSettingsFile(this.script.libraryResource("gradle/init.gradle"))}"
this.properties = "-PnexusMavenRepositoryUrl=${groupRepository}"
this.command = "gradle ${settings} "
}