mirror of
https://github.com/Xevion/everything-on-a-stick.git
synced 2025-12-09 22:07:06 -06:00
10 lines
193 B
Groovy
10 lines
193 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'http://maven.modmuss50.me/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
} |