mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Enable JDK-internal API illegal access warnings.
This commit is contained in:
parent
cdbf7fa830
commit
1586fd64f1
@ -1,5 +1,5 @@
|
||||
kotlin.incremental=true
|
||||
org.gradle.jvmargs=-XX:+UseG1GC -Xmx1g -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-XX:+UseG1GC -Xmx1g -Dfile.encoding=UTF-8 --illegal-access=warn
|
||||
org.gradle.caching=false
|
||||
owasp.failOnError=false
|
||||
owasp.failBuildOnCVSS=11.0
|
||||
|
Loading…
Reference in New Issue
Block a user