1 Star 0 Fork 82

aa619743283 / share-concurrent_1

forked from 小汇 / share-concurrent 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
小汇 提交于 2022-02-13 23:48 . gradle 版本升级
plugins {
id 'java'
}
group 'org.ph.share'
version '1.0-SNAPSHOT'
repositories {
maven {
url 'https://maven.aliyun.com/repository/public/'
}
mavenCentral()
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
test {
useJUnitPlatform()
}
1
https://gitee.com/aa619743283/share-concurrent_1.git
git@gitee.com:aa619743283/share-concurrent_1.git
aa619743283
share-concurrent_1
share-concurrent_1
master

搜索帮助