Browse Source

Disable duplicate project detection in Gradle 6.2 (#52529)

Mark Vieira 5 years ago
parent
commit
e057f65a7d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      gradle.properties

+ 4 - 0
gradle.properties

@@ -2,3 +2,7 @@ org.gradle.warning.mode=none
 org.gradle.daemon=true
 org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
 options.forkOptions.memoryMaximumSize=2g
+
+# Disable duplicate project id detection
+# See https://docs.gradle.org/current/userguide/upgrading_version_6.html#duplicate_project_names_may_cause_publication_to_fail
+systemProp.org.gradle.dependency.duplicate.project.detection=false