Upgrade to Kotlin 1.2.51. (#3509)

This commit is contained in:
Chris Rankin 2018-07-05 12:45:16 +01:00 committed by GitHub
parent df198acf59
commit 35b2170b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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",

View File

@ -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