mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 17:06:55 +00:00
Update memory requirements
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ subprojects {
|
|||||||
}
|
}
|
||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
minHeapSize = "2g"
|
minHeapSize = "2g"
|
||||||
maxHeapSize = "2g"
|
maxHeapSize = "4g"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
Reference in New Issue
Block a user