mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
Minor: work around a Kotlin compiler performance regressions
This commit is contained in:
parent
4267513332
commit
33511b40dc
@ -140,6 +140,10 @@ allprojects {
|
|||||||
apply plugin: 'org.owasp.dependencycheck'
|
apply plugin: 'org.owasp.dependencycheck'
|
||||||
apply plugin: 'kotlin-allopen'
|
apply plugin: 'kotlin-allopen'
|
||||||
|
|
||||||
|
// This line works around a serious performance regression in the Kotlin 1.2.50 gradle plugin, it's fixed in 1.2.51
|
||||||
|
// TODO: Remove when we upgrade past Kotlin 1.2.51
|
||||||
|
inspectClassesForKotlinIC.enabled = false
|
||||||
|
|
||||||
allOpen {
|
allOpen {
|
||||||
annotations(
|
annotations(
|
||||||
"javax.persistence.Entity",
|
"javax.persistence.Entity",
|
||||||
|
Loading…
Reference in New Issue
Block a user