mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
f3d3a0f36f
commit
070302b210
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue