mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix(build): lower JVM compilation target to 17
Lint does not understand Java 20 classes yet
This commit is contained in:
@@ -47,6 +47,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
||||
)
|
||||
|
||||
val JVM_TOOLCHAIN_ACTION =
|
||||
Action<JavaToolchainSpec> { languageVersion.set(JavaLanguageVersion.of(20)) }
|
||||
Action<JavaToolchainSpec> { languageVersion.set(JavaLanguageVersion.of(17)) }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user