Skip to content

Commit 029ada3

Browse files
committed
Bump the JVM toolchain version to 11
The error message from the GitHub Actions workflow of commit 1e4a711: ```text > Could not resolve all files for configuration ':buildSrc:compileClasspath'. > Could not resolve com.android.tools.build:gradle:8.5.2. Required by: project :buildSrc > Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM. ```
1 parent 1e4a711 commit 029ada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
// for `androidx.compose`
2222

2323
jvm() // TODO: `jvm("desktop")`?
24-
jvmToolchain(8)
24+
jvmToolchain(11)
2525

2626
//androidTarget()
2727

0 commit comments

Comments
 (0)