mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 06:03:32 +08:00
Compiled code verify (#1080)
* Compiled code verify * Run `verifyCompiledClasses` in `check` task * Redesign verification Co-authored-by: Bo Zhang <bo@gradle.com> * Disable console verify * Decoupling Co-authored-by: Bo Zhang <bo@gradle.com>
This commit is contained in:
@@ -69,6 +69,8 @@ tasks.register("publishMiraiCoreArtifactsToMavenLocal") {
|
||||
)
|
||||
}
|
||||
|
||||
analyzes.CompiledCodeVerify.run { registerAllVerifyTasks() }
|
||||
|
||||
allprojects {
|
||||
group = "net.mamoe"
|
||||
version = Versions.project
|
||||
|
||||
Reference in New Issue
Block a user