TheBrokenRail
6052e00429
All checks were successful
SorceryCraft/pipeline/head This commit looks good
11 lines
195 B
Groovy
11 lines
195 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|