mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
10 lines
151 B
Groovy
10 lines
151 B
Groovy
![]() |
pluginManagement {
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = 'Fabric'
|
||
|
url = 'https://maven.fabricmc.net/'
|
||
|
}
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|