mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
Remove unneeded argument and add parallel forks for unit tests (#779)
This commit is contained in:
parent
41229d0324
commit
3e9852e9e7
@ -276,7 +276,7 @@ tasks {
|
||||
withType<Test> {
|
||||
useJUnitPlatform()
|
||||
maxHeapSize = "4g"
|
||||
jvmArgs = listOf("-XX:MaxMetaspaceSize=512m")
|
||||
maxParallelForks = Runtime.getRuntime().availableProcessors()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -6,3 +6,4 @@ android.useAndroidX=true
|
||||
kotlin.code.style=official
|
||||
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user