mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-04 06:31:26 +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")
|