mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 20:16:00 +01:00
15 lines
320 B
Groovy
15 lines
320 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.neoforged.net/releases' }
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
|
}
|
|
|
|
rootProject.name = "neoforge-1.20.2"
|
|
|
|
includeBuild("../../BlueMapCommon") |