mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Make "run" use the transitive closure of dependencies.
Necessary if fatJar=false.
This commit is contained in:
parent
91194b2b2a
commit
9050a6bb27
7 changed files with 68 additions and 39 deletions
|
@ -59,7 +59,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
|||
with(project) {
|
||||
arrayListOf(compileDependencies, compileProvidedDependencies, testDependencies,
|
||||
testProvidedDependencies).forEach {
|
||||
result.addAll(jvmCompiler.calculateDependencies(project, context, it))
|
||||
result.addAll(dependencyManager.calculateDependencies(project, context, it))
|
||||
}
|
||||
}
|
||||
return dependencyManager.reorderDependencies(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue