mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
Relocate CivModCore and integrate build
This commit is contained in:
@@ -18,6 +18,17 @@ project.extensions.configure<GradleEnterpriseExtension> {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
maven("https://papermc.io/repo/repository/maven-public/")
|
||||
maven("https://repo.aikar.co/content/groups/aikar/")
|
||||
maven("https://libraries.minecraft.net")
|
||||
|
||||
maven("https://jitpack.io")
|
||||
}
|
||||
|
||||
pluginManager.withPlugin("java-library") {
|
||||
configure<JavaPluginExtension> {
|
||||
toolchain {
|
||||
@@ -88,9 +99,4 @@ allprojects {
|
||||
subprojects {
|
||||
apply(plugin = "java-library")
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user