mirror of
https://github.com/Xevion/everything-on-a-stick.git
synced 2025-12-15 06:11:47 -06:00
11 lines
194 B
Groovy
11 lines
194 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'http://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|