mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Fix URL.
This commit is contained in:
parent
a7572fa2e5
commit
e4c5336147
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class ResolveDependency @Inject constructor(
|
||||||
val resolved : PairResult =
|
val resolved : PairResult =
|
||||||
if (mavenId.hasVersion) {
|
if (mavenId.hasVersion) {
|
||||||
val node = aether.resolve(id, filter = Filters.EXCLUDE_OPTIONAL_FILTER)
|
val node = aether.resolve(id, filter = Filters.EXCLUDE_OPTIONAL_FILTER)
|
||||||
PairResult(AetherDependency(node.root.artifact), node.artifactResults[0].repository.id)
|
PairResult(AetherDependency(node.root.artifact), node.artifactResults[0].repository.toString())
|
||||||
} else {
|
} else {
|
||||||
latestArtifact(mavenId.groupId, mavenId.artifactId)
|
latestArtifact(mavenId.groupId, mavenId.artifactId)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue