[idea] feat: set jvmTarget version explicitly (#2631)

feat(idea): set jvmTarget version explicitly
This commit is contained in:
Samarium 2023-04-18 03:08:32 -06:00 committed by GitHub
parent 578d1a9d48
commit a397ee9959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -13,3 +13,7 @@ repositories {
mavenCentral() mavenCentral()
} }
mirai {
jvmTarget JavaVersion.VERSION_1_8
}

View File

@ -14,3 +14,7 @@ repositories {
mavenCentral() mavenCentral()
} }
mirai {
jvmTarget = JavaVersion.VERSION_1_8
}