1 Star 0 Fork 0

刘国栋/tank

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
plugins {
id 'java'
}
group 'com.liugd.talent.designPatterns'
version '1.0-SNAPSHOT'
allprojects {
repositories {
maven {
url 'https://maven.aliyun.com/repository/public/'
}
mavenLocal()
mavenCentral()
}
}
dependencies {
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
}
test {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liugdbot_mine/tank.git
git@gitee.com:liugdbot_mine/tank.git
liugdbot_mine
tank
tank
master

搜索帮助