mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-02 05:00:35 +08:00
Fix build
This commit is contained in:
parent
f691a8f3e0
commit
c0c7853ab7
@ -72,7 +72,7 @@ allprojects {
|
|||||||
version = Versions.project
|
version = Versions.project
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
// mavenLocal() // cheching issue cause compiler exception
|
||||||
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
|
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
|
||||||
jcenter()
|
jcenter()
|
||||||
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")
|
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")
|
||||||
|
@ -81,7 +81,7 @@ public interface Group : Contact, CoroutineScope {
|
|||||||
/**
|
/**
|
||||||
* 群头像下载链接.
|
* 群头像下载链接.
|
||||||
*/
|
*/
|
||||||
public val avatarUrl: String
|
public override val avatarUrl: String
|
||||||
get() = "https://p.qlogo.cn/gh/$id/${id}/640"
|
get() = "https://p.qlogo.cn/gh/$id/${id}/640"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user