[FIR] Pass properties to test

This commit is contained in:
Simon Ogorodnik
2019-05-27 20:41:06 +03:00
parent 96627fc1ae
commit 2ca1e5c8c7
@@ -41,6 +41,7 @@ sourceSets {
}
projectTest {
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
workingDir = rootDir
jvmArgs!!.removeIf { it.contains("-Xmx") }
maxHeapSize = "3g"