Update plugins maven reference to cache plugins
This commit is contained in:
parent
2eae027800
commit
0066b86d18
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
maven { url = 'https://maven.parchmentmc.org' } // Add this line
|
||||
maven { url = "https://maven.zontreck.dev/repository/internal" }
|
||||
//maven { url = 'https://maven.minecraftforge.net/' }
|
||||
//maven { url = 'https://maven.parchmentmc.org' } // Add this line
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue