mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-08-07 22:19:29 +00:00
Update memory requirements
This commit is contained in:
@@ -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