mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-14 19:34:54 -05:00
Update memory requirements
This commit is contained in:
parent
a3a2b2e3ef
commit
a7cf65f55f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
minHeapSize = "2g"
|
minHeapSize = "2g"
|
||||||
maxHeapSize = "2g"
|
maxHeapSize = "4g"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue