mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
11 lines
192 B
Groovy
11 lines
192 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("${rootDir}/deps") }
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
} |