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
Branches
No related tags found
1 merge request!10Resolve "Fix versioning and prepare publishing"
Pipeline #5153 passed
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -164,8 +164,8 @@ publishing { ...@@ -164,8 +164,8 @@ publishing {
name 'nexus' name 'nexus'
url "http://172.22.1.152:8081/repository/" + (project.hasProperty('asSnapshot') ? "maven-snapshots" : "maven-releases/") url "http://172.22.1.152:8081/repository/" + (project.hasProperty('asSnapshot') ? "maven-snapshots" : "maven-releases/")
credentials { credentials {
username project.repoUser username project.ext.properties.repoUser
password project.repoPassword 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