Compare commits

..

No commits in common. "7f1405142914390ca409c40f3b4ee7745d322dc3" and "5f42110d753ff34d3e425027d22902b4040e6ebb" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -12,8 +12,8 @@ buildscript {
}
tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
apply plugin: 'kotlin'
@ -65,7 +65,7 @@ kotlin.experimental.coroutines = 'enable'
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
jvmTarget = "11"
jvmTarget = "1.8"
}
}

View File

@ -30,6 +30,7 @@ import java.io.InputStream
import java.io.OutputStream
import java.time.LocalDate
import java.util.*
import javax.activation.MimetypesFileTypeMap
/**
* Input Service