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