Fix a small little typo
This commit is contained in:
parent
629a8a8bb8
commit
608e17b34c
5 changed files with 8 additions and 4 deletions
|
@ -2,6 +2,7 @@ pluginManagement {
|
|||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
maven { url = 'https://maven.parchmentmc.org' } // Add this line
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue