Looked everywhere but couldn't find an answer; if there are two or more entries of org.gradle.jvmargs entries in gradle.properties, for example,
org.gradle.jvmargs=-Xmx4096m
org.gradle.jvmargs=-Dorg.gradle.internal.http.connectionTimeout=120000 -Dorg.gradle.internal.http.socketTimeout=120000
would the second entry overwrite the first? (in my particular setup it would take too long to test hence this question)