Files
TACZ/settings.gradle

24 lines
698 B
Groovy

pluginManagement {
repositories {
maven { url = 'https://maven.parchmentmc.org' }
maven {
// 阿里云镜像,方便国内开发
url = uri("https://maven.aliyun.com/repository/public/")
}
mavenCentral()
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
}
}
sourceControl {
gitRepository(URI.create("https://github.com/FiguraMC/luaj.git")) {
producesModule("com.github.FiguraMC.luaj:luaj-jse-figura")
}
gitRepository(URI.create("https://github.com/FiguraMC/luaj.git")) {
producesModule("com.github.FiguraMC.luaj:luaj-core-figura")
}
}
rootProject.name = "tacz"