1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00
This commit is contained in:
Cedric Beust 2016-03-30 03:10:09 -08:00
parent f3d3a0f36f
commit 070302b210

View file

@ -73,7 +73,7 @@ class KobaltAether @Inject constructor (val settings: KobaltSettings) {
* Resolve the given Kobalt id. * Resolve the given Kobalt id.
*/ */
private fun doResolve(id: String): MaybeArtifact { private fun doResolve(id: String): MaybeArtifact {
log(1, "Resolving $id") log(2, "Resolving $id")
val results = Aether(localRepo).resolve(DefaultArtifact(MavenId.toKobaltId(id))) val results = Aether(localRepo).resolve(DefaultArtifact(MavenId.toKobaltId(id)))
if (results != null && results.size > 0) { if (results != null && results.size > 0) {
return MaybeArtifact( return MaybeArtifact(