Skip to content

Commit 350ab8f

Browse files
committed
Disable duplicate project detection in Gradle 6.2 (#52529)
1 parent 25c73d7 commit 350ab8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ org.gradle.warning.mode=none
22
org.gradle.daemon=true
33
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
44
options.forkOptions.memoryMaximumSize=2g
5+
6+
# Disable duplicate project id detection
7+
# See https://docs.gradle.org/current/userguide/upgrading_version_6.html#duplicate_project_names_may_cause_publication_to_fail
8+
systemProp.org.gradle.dependency.duplicate.project.detection=false

0 commit comments

Comments
 (0)