mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-26 08:30:11 +08:00
[idea] feat: set jvmTarget version explicitly (#2631)
feat(idea): set jvmTarget version explicitly
This commit is contained in:
parent
578d1a9d48
commit
a397ee9959
@ -9,7 +9,11 @@ group = '$GROUP_ID'
|
||||
version = '$VERSION'
|
||||
|
||||
repositories {
|
||||
#if ($USE_PROXY_REPO) maven { url 'https://maven.aliyun.com/repository/public' } #end
|
||||
#if($USE_PROXY_REPO)maven { url 'https://maven.aliyun.com/repository/public' }#end
|
||||
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
mirai {
|
||||
jvmTarget JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
@ -10,7 +10,11 @@ group = "$GROUP_ID"
|
||||
version = "$VERSION"
|
||||
|
||||
repositories {
|
||||
#if ($USE_PROXY_REPO) maven("https://maven.aliyun.com/repository/public") #end
|
||||
#if($USE_PROXY_REPO)maven("https://maven.aliyun.com/repository/public")#end
|
||||
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
mirai {
|
||||
jvmTarget = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user