mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Update settings.gradle
This commit is contained in:
parent
131bc7cb3f
commit
f8b21e78ba
1 changed files with 2 additions and 8 deletions
|
@ -1,14 +1,8 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'https://maven.fabricmc.net/'
|
||||
}
|
||||
maven {
|
||||
name = 'Jitpack'
|
||||
url = 'https://jitpack.io'
|
||||
}
|
||||
maven { name 'Fabric'; url 'https://maven.fabricmc.net/' }
|
||||
maven { name 'Jitpack'; url 'https://jitpack.io' }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue