Skip to content

Commit 96e8117

Browse files
committed
Disable gradle daemon in tests
1 parent 87cd9af commit 96e8117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mirai-console/tools/gradle-plugin/src/integTest/kotlin/AbstractTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ abstract class AbstractTest {
5757
File(tempDir, "gradle.properties").apply {
5858
delete()
5959
writeText("""
60+
org.gradle.daemon=false
6061
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
6162
""".trimIndent())
6263
}

0 commit comments

Comments
 (0)