mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-15 03:14:54 -05:00
10 lines
194 B
Groovy
10 lines
194 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
jcenter()
|
||
|
maven {
|
||
|
name = 'Fabric'
|
||
|
url = 'https://maven.fabricmc.net/'
|
||
|
}
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|