mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 19:04:28 +01:00
build: increase heap for tests
This commit is contained in:
parent
76c3b25386
commit
062e532a69
1 changed files with 1 additions and 5 deletions
|
|
@ -6,7 +6,6 @@ import com.rohanprabhu.gradle.plugins.kdjooq.jooqCodegenConfiguration
|
|||
import com.rohanprabhu.gradle.plugins.kdjooq.target
|
||||
import org.apache.tools.ant.taskdefs.condition.Os
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
import org.springframework.boot.gradle.tasks.bundling.BootJar
|
||||
|
||||
plugins {
|
||||
run {
|
||||
|
|
@ -120,13 +119,10 @@ tasks {
|
|||
}
|
||||
}
|
||||
|
||||
withType<BootJar> {
|
||||
layered()
|
||||
}
|
||||
|
||||
withType<Test> {
|
||||
useJUnitPlatform()
|
||||
systemProperty("spring.profiles.active", "test")
|
||||
maxHeapSize = "1G"
|
||||
}
|
||||
|
||||
withType<ProcessResources> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue