mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 00:59:52 +03:00
16 lines
390 B
Groovy
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"
|