mirror of
https://github.com/Theta-Dev/ConstructionWand.git
synced 2024-11-14 02:11:12 +01:00
10 lines
195 B
Groovy
10 lines
195 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|