Skip to content

Commit 06dad20

Browse files
committed
Use embedded-in-gradle-kotlin compiler version instead of hard-coded one
Signed-off-by: Vladimir Sitnikov <[email protected]>
1 parent c54ab9c commit 06dad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
// It does not support participating in precompiled script plugins
44
id("com.github.vlsi.stage-vote-release") version "1.84"
55
// The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.
6-
kotlin("jvm") version "1.5.31" apply false
6+
`embedded-kotlin` apply false
77
}
88

99
val buildVersion = "${findProperty("version")}${releaseParams.snapshotSuffix}"

0 commit comments

Comments
 (0)