mirror of https://github.com/usbharu/Hideout.git
chore: テストに失敗してもタスク自体は継続するように
This commit is contained in:
parent
1a34981288
commit
ad25a45c42
|
@ -32,6 +32,7 @@ tasks.withType<Test> {
|
||||||
val cpus = Runtime.getRuntime().availableProcessors()
|
val cpus = Runtime.getRuntime().availableProcessors()
|
||||||
maxParallelForks = max(1, cpus - 1)
|
maxParallelForks = max(1, cpus - 1)
|
||||||
setForkEvery(4)
|
setForkEvery(4)
|
||||||
|
ignoreFailures = true
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask<*>>().configureEach {
|
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask<*>>().configureEach {
|
||||||
|
|
Loading…
Reference in New Issue