Skip to content

Commit

Permalink
Bump the JVM toolchain version to 11
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
ShreckYe committed Nov 3, 2024
1 parent 1e4a711 commit 029ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/common-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
// for `androidx.compose`

jvm() // TODO: `jvm("desktop")`?
jvmToolchain(8)
jvmToolchain(11)

//androidTarget()

Expand Down

0 comments on commit 029ada3

Please sign in to comment.