Disable gradle daemon in tests

This commit is contained in:
Him188 2021-12-21 02:54:13 +00:00
parent 37a54bd533
commit 1f03374eb4

View File

@ -57,6 +57,7 @@ abstract class AbstractTest {
File(tempDir, "gradle.properties").apply {
delete()
writeText("""
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
""".trimIndent())
}