mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-21 20:53:43 +00:00
chore: テストに失敗してもタスク自体は継続するように
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user