buildscript {
repositories {
jcenter()
}
dependencies {
classpath "io.github.lizhangqu:plugin-api-detect:1.0.8"
}
}
apply plugin: 'api.detect'
api {
detectPattern "io.github.sample.*"
detectPattern "org.apache.*"
}
-
Notifications
You must be signed in to change notification settings - Fork 2
lizhangqu/plugin-api-detect
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|