mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Fix bintray
This commit is contained in:
parent
ab00443418
commit
ec5a4f2f0b
@ -104,13 +104,13 @@ object Bintray {
|
||||
}
|
||||
}
|
||||
|
||||
project.file("bintray.user.txt").let { local ->
|
||||
project.file("bintray.key.txt").let { local ->
|
||||
if (local.exists()) {
|
||||
return local.readText().trim()
|
||||
}
|
||||
}
|
||||
|
||||
project.rootProject.file("bintray.user.txt").let { local ->
|
||||
project.rootProject.file("bintray.key.txt").let { local ->
|
||||
if (local.exists()) {
|
||||
return local.readText().trim()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user