mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-03 14:20:10 +08:00
[idea] feat: set jvmTarget version explicitly (#2631)
feat(idea): set jvmTarget version explicitly
This commit is contained in:
parent
578d1a9d48
commit
a397ee9959
@ -13,3 +13,7 @@ repositories {
|
||||
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
mirai {
|
||||
jvmTarget JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
@ -14,3 +14,7 @@ repositories {
|
||||
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
mirai {
|
||||
jvmTarget = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user