15 lines
338 B
Groovy
15 lines
338 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 = 'projectileding'
|
||
|
|
||
|
include 'common'
|
||
|
include 'fabric'
|
||
|
include 'neoforge'
|