1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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.
*/
private fun doResolve(id: String): MaybeArtifact {
log(1, "Resolving $id")
log(2, "Resolving $id")
val results = Aether(localRepo).resolve(DefaultArtifact(MavenId.toKobaltId(id)))
if (results != null && results.size > 0) {
return MaybeArtifact(