From c7f379e13a8486f6622a2810fa0aac528d26fc38 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 3 Mar 2023 13:24:45 -0300 Subject: [PATCH] Disable parallel tests Testcontainers do not support parallel tests and upon local tests the build time stays pretty much the same Issue #125 --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2fa63d5..432ace5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,3 @@ version=6.0.0-SNAPSHOT org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -org.gradle.parallel=true org.gradle.caching=true