1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2017-03-20 14:49:15 -07:00
parent a9bba0d83b
commit 61bc02b04b

View file

@ -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)