mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
5b846406c8
* ES-1131: Enable Gradle Enterprise build scans & remote caching
13 lines
353 B
Properties
13 lines
353 B
Properties
kotlin.incremental=true
|
|
org.gradle.jvmargs=-XX:+UseG1GC -Xmx4g -Dfile.encoding=UTF-8
|
|
org.gradle.caching=true
|
|
owasp.failOnError=false
|
|
owasp.failBuildOnCVSS=11.0
|
|
compilation.allWarningsAsErrors=false
|
|
test.parallel=false
|
|
|
|
# Gradle Enterprise
|
|
gradleEnterpriseUrl = https://gradle.dev.r3.com
|
|
gradleEnterprisePlugin = 3.8.1
|
|
customUserDataGradlePlugin = 1.6.3
|