Skip to content
Snippets Groups Projects
Commit d060be18 authored by René Schöne's avatar René Schöne
Browse files

Do not fail build, if publishing information are not given.

parent 22c47626
No related branches found
No related tags found
1 merge request!10Resolve "Fix versioning and prepare publishing"
Pipeline #5153 passed
......@@ -164,8 +164,8 @@ publishing {
name 'nexus'
url "http://172.22.1.152:8081/repository/" + (project.hasProperty('asSnapshot') ? "maven-snapshots" : "maven-releases/")
credentials {
username project.repoUser
password project.repoPassword
username project.ext.properties.repoUser
password project.ext.properties.repoPassword
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment