mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
3f60aeba54
commit
ac6036068c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package com.beust.kobalt.api
|
|||
import java.io.File
|
||||
|
||||
/**
|
||||
* Plug-ins that add tets source directories to be compiled need to implement this interface.
|
||||
* Plug-ins that add test source directories to be compiled need to implement this interface.
|
||||
*/
|
||||
interface ITestSourceDirectoryContributor : IContributor {
|
||||
fun testSourceDirectoriesFor(project: Project, context: KobaltContext): List<File>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue