mirror of
https://github.com/czp3009/bilibili-api.git
synced 2025-02-19 20:50:28 +08:00
kotlin only support java1.8 now
This commit is contained in:
parent
4b9d03aade
commit
ac9d86b401
@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.3.21'
|
||||
jvm_target = JavaVersion.VERSION_1_10
|
||||
jvm_target = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user