mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 22:30:47 +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 {
|
File(tempDir, "gradle.properties").apply {
|
||||||
delete()
|
delete()
|
||||||
writeText("""
|
writeText("""
|
||||||
|
org.gradle.daemon=false
|
||||||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
||||||
""".trimIndent())
|
""".trimIndent())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user