[FIR] Pass properties to test
This commit is contained in:
@@ -41,6 +41,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
projectTest {
|
||||
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
|
||||
workingDir = rootDir
|
||||
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
||||
maxHeapSize = "3g"
|
||||
|
||||
Reference in New Issue
Block a user