mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-26 07:20:09 +08:00
[core] Relocate com.squareup.okhttp3
and com.squareup.okio
. Fix #2263
This commit is contained in:
parent
cae7b1161c
commit
394c0a5b4e
@ -264,6 +264,8 @@ private fun ShadowJar.setRelocations() {
|
||||
|
||||
fun Project.configureRelocationForCore() {
|
||||
relocateAllFromGroupId("io.ktor")
|
||||
relocateAllFromGroupId("com.squareup.okhttp3")
|
||||
relocateAllFromGroupId("com.squareup.okio")
|
||||
}
|
||||
|
||||
fun Project.relocateAllFromGroupId(groupId: String) {
|
||||
|
Loading…
Reference in New Issue
Block a user