1 Star 0 Fork 42

yahpoo / class-scanner

forked from Cent / class-scanner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
centychen 提交于 2019-01-31 09:04 . 版本号升级为1.0.0-SNAPSHOT
apply from: "config.gradle"
subprojects {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'idea'
group 'org.cent'
version '1.0.2-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
maven{
url 'https://gitee.com/centy/maven/raw/master'
}
mavenCentral()
}
}
Java
1
https://gitee.com/yahpoo/class-scanner.git
git@gitee.com:yahpoo/class-scanner.git
yahpoo
class-scanner
class-scanner
master

搜索帮助