Skip to content

Commit 41f65c4

Browse files
committed
Cast javaVersion to String
1 parent df97b58 commit 41f65c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/kotlin-language-server.kotlin-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("jvm")
33
}
44

5-
val javaVersion = property("javaVersion").toString()
5+
val javaVersion = property("javaVersion") as String
66

77
kotlin {
88
jvmToolchain(javaVersion.toInt())

0 commit comments

Comments
 (0)