This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch CASSANDRA-18804 in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
commit f4b324404e957242e56b8601fe4bc4483f7133f9 Author: David Capwell <[email protected]> AuthorDate: Tue Nov 28 15:18:14 2023 -0800 revert overrding test jvm args as a different way did that and rebasiing didnt conflict --- buildSrc/src/main/groovy/accord.java-conventions.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildSrc/src/main/groovy/accord.java-conventions.gradle b/buildSrc/src/main/groovy/accord.java-conventions.gradle index 109dd722..f77a0c07 100644 --- a/buildSrc/src/main/groovy/accord.java-conventions.gradle +++ b/buildSrc/src/main/groovy/accord.java-conventions.gradle @@ -49,10 +49,6 @@ test { jvmArgs += ['-XX:+HeapDumpOnOutOfMemoryError', "-XX:HeapDumpPath=${buildDir}"] } -tasks.withType(Test) { - jvmArgs '-XX:+HeapDumpOnOutOfMemoryError' -} - dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
