Skip to content

Commit f3e66a2

Browse files
committed
[infra] Fix error in passing kotlin version for train
1 parent 899b29d commit f3e66a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ allprojects {
5454
if (overridingKotlinVersion != null) { project.kotlin_version = overridingKotlinVersion }
5555

5656
if (build_snapshot_train) {
57-
project.kotlin_version = project.findProperty("build_snapshot_train")
57+
project.kotlin_version = project.findProperty("kotlin_snapshot_version")
5858
repositories {
5959
mavenLocal()
6060
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }

0 commit comments

Comments
 (0)