Files
2025-01-21 16:10:02 +02:00

16 lines
390 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}
rootProject.name = 'notenoughcrashes'
include 'common'
include 'fabric'
include 'neoforge'
enableFeaturePreview "STABLE_CONFIGURATION_CACHE"