Skip to content

Commit

Permalink
use constant value for java toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Feb 18, 2024
1 parent e8afd5f commit 1387c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obd/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}

kotlin {
jvmToolchain(17)
jvmToolchain(JavaVersion.VERSION_17.toString().toInt())
}
}

Expand Down

0 comments on commit 1387c36

Please sign in to comment.