mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-29 17:20:11 +08:00
Update build.gradle.kts
This commit is contained in:
parent
54794a6e49
commit
2a270d8498
@ -28,7 +28,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/kotlin/binary-compatibility-validator
|
// https://github.com/kotlin/binary-compatibility-validator
|
||||||
apply(plugin = "binary-compatibility-validator")
|
//apply(plugin = "binary-compatibility-validator")
|
||||||
|
|
||||||
|
|
||||||
project.ext.set("isAndroidSDKAvailable", false)
|
project.ext.set("isAndroidSDKAvailable", false)
|
||||||
@ -160,4 +160,4 @@ fun Project.findLatestFile(): Map.Entry<String, File> {
|
|||||||
acc + 100.0.pow(index).toInt() * (s.toIntOrNull() ?: 0)
|
acc + 100.0.pow(index).toInt() * (s.toIntOrNull() ?: 0)
|
||||||
}
|
}
|
||||||
} ?: error("cannot find any file to upload")
|
} ?: error("cannot find any file to upload")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user