mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -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,
|
||||
scopes = listOf(Scope.COMPILE, Scope.RUNTIME),
|
||||
passedDependencies = allDependencies)
|
||||
.map { it.jarFile.get().path }
|
||||
.map { it.jarFile.get().path }
|
||||
allDeps.addAll(allTheDependencies)
|
||||
}
|
||||
val allDepsJoined = allDeps.joinToString(File.pathSeparator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue