瀏覽代碼

Disable parallel tests

Testcontainers do not support parallel tests and upon local tests the build time stays pretty much the same

Issue #125
Marcus Da Coregio 2 年之前
父節點
當前提交
c7f379e13a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      gradle.properties

+ 0 - 1
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