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:
Karlatemp
2021-03-20 13:34:04 +08:00
committed by GitHub
parent 77122dd445
commit f9353b6aef
8 changed files with 292 additions and 10 deletions

View File

@@ -69,6 +69,8 @@ tasks.register("publishMiraiCoreArtifactsToMavenLocal") {
)
}
analyzes.CompiledCodeVerify.run { registerAllVerifyTasks() }
allprojects {
group = "net.mamoe"
version = Versions.project