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:30:42 -08:00
parent 5a9302f4bd
commit 910df2b2d2

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(2, "Resolving $id")
log(3, "Resolving $id")
val results = Aether(localRepo).resolve(DefaultArtifact(MavenId.toKobaltId(id)))
if (results != null && results.size > 0) {
return MaybeArtifact(