Skip to content

Commit

Permalink
commented out jvmToolchain as it is causing integration tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Talha Ali committed Nov 16, 2023
1 parent af1f419 commit 40f59af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
gradlePluginPortal()
}

kotlin.jvmToolchain(JavaVersion.VERSION_11.majorVersion.toInt())
//kotlin.jvmToolchain(JavaVersion.VERSION_11.majorVersion.toInt())

dependencies {
implementation("com.android.tools.build:gradle:8.0.2") // when changing, remember to change version in Versions.kt in buildSrc module
Expand Down

0 comments on commit 40f59af

Please sign in to comment.