mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Better default test directive.
This commit is contained in:
parent
da8728f5f6
commit
c7d1dc4a8d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import com.beust.kobalt.api.annotation.Directive
|
||||||
class TestConfig(val project: Project, val isDefault : Boolean = false) {
|
class TestConfig(val project: Project, val isDefault : Boolean = false) {
|
||||||
val testArgs = arrayListOf<String>()
|
val testArgs = arrayListOf<String>()
|
||||||
val jvmArgs = arrayListOf<String>()
|
val jvmArgs = arrayListOf<String>()
|
||||||
val testIncludes = arrayListOf("**/*.class")
|
val testIncludes = arrayListOf("**/*Test.class")
|
||||||
val testExcludes = arrayListOf<String>()
|
val testExcludes = arrayListOf<String>()
|
||||||
|
|
||||||
var name: String = ""
|
var name: String = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue