Skip to content

Commit

Permalink
[infra] Fix error in passing kotlin version for train
Browse files Browse the repository at this point in the history
  • Loading branch information
woainikk committed Oct 18, 2023
1 parent 899b29d commit f3e66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ allprojects {
if (overridingKotlinVersion != null) { project.kotlin_version = overridingKotlinVersion }

if (build_snapshot_train) {
project.kotlin_version = project.findProperty("build_snapshot_train")
project.kotlin_version = project.findProperty("kotlin_snapshot_version")
repositories {
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
Expand Down

0 comments on commit f3e66a2

Please sign in to comment.