mirror of
https://github.com/gotson/komga.git
synced 2025-12-24 09:24:36 +01:00
build: specify java compat
This commit is contained in:
parent
4cc1bb5a54
commit
550c936499
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ dependencies {
|
|||
|
||||
val webui = "$rootDir/komga-webui"
|
||||
tasks {
|
||||
withType<JavaCompile> {
|
||||
sourceCompatibility = "1.8"
|
||||
targetCompatibility = "1.8"
|
||||
}
|
||||
withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue