mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Indent.
This commit is contained in:
parent
a9bba0d83b
commit
61bc02b04b
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class ApplicationPlugin @Inject constructor(val configActor: ConfigActor<Applica
|
||||||
dependencyManager.calculateDependencies(project, context,
|
dependencyManager.calculateDependencies(project, context,
|
||||||
scopes = listOf(Scope.COMPILE, Scope.RUNTIME),
|
scopes = listOf(Scope.COMPILE, Scope.RUNTIME),
|
||||||
passedDependencies = allDependencies)
|
passedDependencies = allDependencies)
|
||||||
.map { it.jarFile.get().path }
|
.map { it.jarFile.get().path }
|
||||||
allDeps.addAll(allTheDependencies)
|
allDeps.addAll(allTheDependencies)
|
||||||
}
|
}
|
||||||
val allDepsJoined = allDeps.joinToString(File.pathSeparator)
|
val allDepsJoined = allDeps.joinToString(File.pathSeparator)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue