Commit 76b5ac27 authored by Him188's avatar Him188

Set target java version 1.8

parent ac5b1487
......@@ -39,6 +39,11 @@ description = "Java helper for Mirai"
val mirai_japt_version: String by rootProject.ext
version = mirai_japt_version
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlin {
sourceSets {
all {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment