mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Log.
This commit is contained in:
parent
5a9302f4bd
commit
910df2b2d2
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.
|
* Resolve the given Kobalt id.
|
||||||
*/
|
*/
|
||||||
private fun doResolve(id: String): MaybeArtifact {
|
private fun doResolve(id: String): MaybeArtifact {
|
||||||
log(2, "Resolving $id")
|
log(3, "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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue