소스 검색

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