0 Star 0 Fork 0

FabricMC / fabric-loader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
repositories {
maven {
url = "https://maven.fabricmc.net"
name = "FabricMC"
}
gradlePluginPortal()
}
}
rootProject.name='fabric-loader'
include "minecraft"
include "junit"
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
include "minecraft:minecraft-test"
} else {
println("Minecraft test sub project requires java 17 or higher!")
}
1
https://gitee.com/fabric-mc/fabric-loader.git
git@gitee.com:fabric-mc/fabric-loader.git
fabric-mc
fabric-loader
fabric-loader
master

搜索帮助