mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-31 17:44:51 +01:00
fix: Set the jvmToolChain version for the checks module (#1197)
Prevents compilation errors complaining that the Java JVM version and Kotlin JVM version are different.
This commit is contained in:
parent
59ab24a0a6
commit
0bfe1d8733
@ -26,6 +26,10 @@ java {
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
|
||||
tasks.jar {
|
||||
manifest {
|
||||
attributes["Lint-Registry-v2"] = "app.pachli.lint.checks.LintRegistry"
|
||||
|
Loading…
x
Reference in New Issue
Block a user