File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ subprojects {
5959 }
6060 maven {
6161 def isSnapshot = project. version. toString(). endsWith(' -SNAPSHOT' )
62- def repoUser = findProperty(" repoUser" ) ?: System . getenv(" REPO_USER" )
63- def repoPass = findProperty(" repoPass" ) ?: System . getenv(" REPO_PASS" )
64- def releasesRepoUrl = findProperty(" releasesRepoUrl" ) ?: System . getenv(" RELEASES_REPO_URL" )
65- def snapshotsRepoUrl = findProperty(" snapshotsRepoUrl" ) ?: System . getenv(" SNAPSHOTS_REPO_URL" )
62+ def repoUser = findProperty(" repoUser" ) ?: System . getenv(" REPO_USER" ) ?: " "
63+ def repoPass = findProperty(" repoPass" ) ?: System . getenv(" REPO_PASS" ) ?: " "
64+ def releasesRepoUrl = findProperty(" releasesRepoUrl" ) ?: System . getenv(" RELEASES_REPO_URL" ) ?: " "
65+ def snapshotsRepoUrl = findProperty(" snapshotsRepoUrl" ) ?: System . getenv(" SNAPSHOTS_REPO_URL" ) ?: " "
6666
6767 name = ' internalArtifactory'
6868 url = uri(isSnapshot ? snapshotsRepoUrl : releasesRepoUrl)
You can’t perform that action at this time.
0 commit comments