Fix wrong checksum generation
CI builds ignores org.gradle.internal.publish.checksums.insecure flag when flag was passed as part of org.gradle.jvmargs. ^KTI-1482 Fixed
This commit is contained in:
committed by
Space Team
parent
84e1ab1663
commit
6114264325
@@ -2,6 +2,7 @@ org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal
|
|||||||
|
|
||||||
systemProp.file.encoding=UTF-8
|
systemProp.file.encoding=UTF-8
|
||||||
systemProp.user.country=US
|
systemProp.user.country=US
|
||||||
|
systemProp.org.gradle.internal.publish.checksums.insecure=true
|
||||||
# Enable new incremental compiation
|
# Enable new incremental compiation
|
||||||
kotlin.incremental.useClasspathSnapshot=true
|
kotlin.incremental.useClasspathSnapshot=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user