Skip to content

Commit 0d72252

Browse files
runningcodeclaude
andcommitted
chore: Remove global test heap size configuration
Let Gradle use its default heap settings for test JVMs rather than explicitly capping them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f46bf81 commit 0d72252

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ allprojects {
107107
TestLogEvent.PASSED,
108108
TestLogEvent.FAILED
109109
)
110-
111-
// Cap JVM args per test
112-
minHeapSize = "256m"
113-
maxHeapSize = "1g"
114110
}
115111
withType<JavaCompile>().configureEach {
116112
options.compilerArgs.addAll(arrayOf("-Xlint:all", "-Werror", "-Xlint:-classfile", "-Xlint:-processing", "-Xlint:-try"))

0 commit comments

Comments
 (0)