加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
plugins {
id 'java'
}
group 'org.eml.fox'
version '1.0-SNAPSHOT'
repositories {
mavenLocal()
maven {
name = "aliyun-public"
url = "https://maven.aliyun.com/nexus/content/groups/public/"
}
maven {
name = "lss233-repo"
url = "https://lss233.littleservice.cn/repositories/minecraft"
}
maven {
name = "gradle-plugin"
url = "https://maven.aliyun.com/repository/gradle-plugin"
}
mavenCentral()
}
dependencies {
implementation 'org.jetbrains:annotations:23.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
compileOnly 'log4j:log4j:1.2.12'
compileOnly 'org.apache.commons:commons-configconfiguration2:2.7'
compileOnly 'org.apache.commons:commons-lang3:3.12.0'
}
test {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化