mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 17:40:09 +08:00
Fix build
This commit is contained in:
parent
f691a8f3e0
commit
c0c7853ab7
@ -72,7 +72,7 @@ allprojects {
|
||||
version = Versions.project
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// mavenLocal() // cheching issue cause compiler exception
|
||||
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
|
||||
jcenter()
|
||||
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"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user