mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
listOf().
This commit is contained in:
parent
09c6f4c6ba
commit
494edaed90
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class DependencyManager @Inject constructor(val executors: KobaltExecutors, val
|
|||
|
||||
// Make sure that classes/ and test-classes/ are always at the top of this classpath,
|
||||
// so that older versions of that project on the classpath don't shadow them
|
||||
val result2 = arrayListOf(FileDependency(KFiles.makeOutputDir(project).absolutePath),
|
||||
val result2 = listOf(FileDependency(KFiles.makeOutputDir(project).absolutePath),
|
||||
FileDependency(KFiles.makeOutputTestDir(project).absolutePath)) +
|
||||
reorderDependencies(result)
|
||||
return result2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue