io.github.season-max.anonymousThreadCheck
所有者: season
用于检查匿名线程的grale插件
https://github.com/season-max/asm_hook
来源:https://github.com/season-max/asm_hook
使用 插件DSL
plugins {
id("io.github.season-max.anonymousThreadCheck") version "0.95"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.season-max:plugins:0.95")
}
}
apply(plugin = "io.github.season-max.anonymousThreadCheck")