stronghe123 / plugin-api-detect

通用的api调用检测

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api detect plugin

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath "io.github.lizhangqu:plugin-api-detect:1.0.6"
    }
}

apply plugin: 'api.detect'
api {
    detectPattern "io.github.sample.*"
    detectPattern "org.apache.*"
}

About

通用的api调用检测


Languages

Language:Java 71.2%Language:Groovy 28.8%