mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-09-20 17:50:20 -04:00
10 lines
151 B
Groovy
Executable File
10 lines
151 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
} |