feat: added jqwik to gradle test task
This commit is contained in:
@ -9,7 +9,9 @@ repositories {
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
useJUnitPlatform {
|
||||
includeEngines 'jqwik', 'junit-jupiter'
|
||||
}
|
||||
|
||||
maxParallelForks = 8
|
||||
}
|
||||
|
Reference in New Issue
Block a user