mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Bad source directory.
This commit is contained in:
parent
fa9fff1775
commit
f3d3a0f36f
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
|||
// ISourceDirectoryContributor
|
||||
override fun sourceDirectoriesFor(project: Project, context: KobaltContext)
|
||||
= if (accept(project)) {
|
||||
sourceTestDirectories.toList()
|
||||
sourceDirectories.toList()
|
||||
} else {
|
||||
arrayListOf()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue