Skip to content
Snippets Groups Projects
Verified Commit 23923862 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: fix wrong java version

parent 33c2313c
Branches
Tags 1.6.2
No related merge requests found
......@@ -13,3 +13,9 @@ dependencies {
implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.6.10-1.0.4")
implementation("com.android.tools.build:gradle:7.1.1")
}
configure<JavaPluginExtension> {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment