mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Resolve range versions as soon as possible.
This commit is contained in:
parent
e8f7d2bce8
commit
eef34e66da
3 changed files with 22 additions and 6 deletions
|
@ -180,13 +180,13 @@ private class Main @Inject constructor(
|
|||
error(buildFile.path.toFile().path + " does not exist")
|
||||
} else {
|
||||
|
||||
val allProjects = projectFinder.initForBuildFile(buildFile, args)
|
||||
|
||||
// DONOTCOMMIT
|
||||
// val data = dependencyData.dependenciesDataFor(homeDir("kotlin/klaxon/kobalt/src/Build.kt"), Args(),
|
||||
// val data = dependencyData.dependenciesDataFor(homeDir("kotlin/ktor/kobalt/src/Build.kt"), Args(),
|
||||
// useGraph = true)
|
||||
// println("Data: $data")
|
||||
|
||||
val allProjects = projectFinder.initForBuildFile(buildFile, args)
|
||||
|
||||
if (args.projectInfo) {
|
||||
// --projectInfo
|
||||
allProjects.forEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue