mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Relative paths.
This commit is contained in:
parent
fec0b6c713
commit
33eb4b0908
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ class DependencyManager @Inject constructor(val executors: KobaltExecutors, val
|
|||
// so that older versions of that project on the classpath don't shadow them
|
||||
val result = arrayListOf<IClasspathDependency>().apply {
|
||||
if (isTest) {
|
||||
add(FileDependency(KFiles.makeOutputDir(project).absolutePath))
|
||||
add(FileDependency(KFiles.makeOutputTestDir(project).absolutePath))
|
||||
add(FileDependency(KFiles.makeOutputDir(project).path))
|
||||
add(FileDependency(KFiles.makeOutputTestDir(project).path))
|
||||
}
|
||||
addAll(reorderDependencies(transitive))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue