safe download

This commit is contained in:
jiahua.liu 2020-03-06 21:54:08 +08:00
parent 1b510d3d72
commit 1a24935c81

View File

@ -85,7 +85,7 @@ suspend fun HttpClient.downloadMaven(
) )
}.getOrElse { }.getOrElse {
downloadRequest( downloadRequest(
aliyunPath.buildPath(groupName,projectName,version,extension) jcenterPath.buildPath(groupName,projectName,version,extension)
) )
} }
} }