mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 16:40:43 +08:00
Disable gradle daemon in tests
This commit is contained in:
parent
37a54bd533
commit
1f03374eb4
@ -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())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user