1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Not used.

This commit is contained in:
Cedric Beust 2016-02-16 07:02:36 -08:00
parent b8a9c00aa3
commit 120dec929a

View file

@ -115,7 +115,6 @@ class RepoFinder @Inject constructor(val executors: KobaltExecutors) {
if (snapshotVersion != null) {
val url = repoUrl + metadataXmlPath
val kurl = Kurl(HostConfig(url))
val found = kurl.exists
return RepoResult(repo, version, url, snapshotVersion)
} else {
return RepoResult(repo)