mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 01:46:54 +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
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(17)
|
||||||
|
}
|
||||||
|
|
||||||
tasks.jar {
|
tasks.jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes["Lint-Registry-v2"] = "app.pachli.lint.checks.LintRegistry"
|
attributes["Lint-Registry-v2"] = "app.pachli.lint.checks.LintRegistry"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user