Update plugins maven reference to cache plugins

This commit is contained in:
Zontreck 2023-07-30 14:26:47 -07:00
parent 2eae027800
commit 0066b86d18

View file

@ -1,8 +1,9 @@
pluginManagement { pluginManagement {
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' } maven { url = "https://maven.zontreck.dev/repository/internal" }
maven { url = 'https://maven.parchmentmc.org' } // Add this line //maven { url = 'https://maven.minecraftforge.net/' }
//maven { url = 'https://maven.parchmentmc.org' } // Add this line
} }
} }