mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-27 17:10:15 +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()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mirai {
|
||||||
|
jvmTarget JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
|
@ -14,3 +14,7 @@ repositories {
|
|||||||
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mirai {
|
||||||
|
jvmTarget = JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user