mirror of
https://github.com/AntiCope/meteor-rejects.git
synced 2025-09-04 17:46:18 +00:00
10 lines
177 B
Groovy
10 lines
177 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|