Comment out parchment maven

This commit is contained in:
Aria 2023-04-21 19:05:13 -07:00
parent 8d99d0eec9
commit 445213ce8d

View file

@ -2,7 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
//maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}