Skip to content

Commit 73d74dc

Browse files
author
Ruslan Molchanov
committed
Merge branch 'upgrade-kotlin' into 'sprint'
Upgrade Kotlin to 1.2.60 See merge request open-platform/api!206
2 parents 67239ba + fec6768 commit 73d74dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
22
id 'jacoco'
33
id "idea"
4-
id "org.jetbrains.kotlin.jvm" version "1.2.51"
5-
id "org.jetbrains.kotlin.kapt" version "1.2.51"
6-
id "org.jetbrains.kotlin.plugin.spring" version "1.2.51"
7-
id "org.jetbrains.kotlin.plugin.jpa" version "1.2.51"
4+
id "org.jetbrains.kotlin.jvm" version "1.2.60"
5+
id "org.jetbrains.kotlin.kapt" version "1.2.60"
6+
id "org.jetbrains.kotlin.plugin.spring" version "1.2.60"
7+
id "org.jetbrains.kotlin.plugin.jpa" version "1.2.60"
88
id "org.springframework.boot" version "2.0.4.RELEASE"
99
}
1010

0 commit comments

Comments
 (0)