mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Upgrade to Kotlin 1.2.51. (#3509)
This commit is contained in:
parent
df198acf59
commit
35b2170b9c
@ -141,10 +141,6 @@ allprojects {
|
||||
apply plugin: 'org.owasp.dependencycheck'
|
||||
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 {
|
||||
annotations(
|
||||
"javax.persistence.Entity",
|
||||
|
@ -1,5 +1,5 @@
|
||||
gradlePluginsVersion=4.0.25
|
||||
kotlinVersion=1.2.50
|
||||
kotlinVersion=1.2.51
|
||||
platformVersion=4
|
||||
guavaVersion=21.0
|
||||
proguardVersion=6.0.3
|
||||
|
Loading…
Reference in New Issue
Block a user