io.github.season-max.anonymousThreadCheck
Owner: season
grale plugin for check anonymous thread
https://github.com/season-max/asm_hook
Sources: https://github.com/season-max/asm_hook
Version 0.95 (latest)
0.95
Created 21 August 2022.
grale plugin for check anonymous thread
Using the plugins DSL:
plugins {
id("io.github.season-max.anonymousThreadCheck") version "0.95"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.season-max:plugins:0.95")
}
}
apply(plugin = "io.github.season-max.anonymousThreadCheck")
Using the plugins DSL:
plugins {
id "io.github.season-max.anonymousThreadCheck" version "0.95"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.season-max:plugins:0.95"
}
}
apply plugin: "io.github.season-max.anonymousThreadCheck"