comment on why sponge maven can't have fabric

This commit is contained in:
James Seibel
2026-05-01 07:42:53 -05:00
parent ca00125960
commit ee21548151
@@ -56,6 +56,8 @@ repositories {
}
maven {
url "https://repo.spongepowered.org/maven/"
// exclusion is needed since sponge has a deprecated version of fabric
// that gradle would prefer to get over the up-to-date version modrinth provides
content { excludeGroupByRegex "net\\.fabricmc(\\..*)?" }
}
maven { url "https://maven.terraformersmc.com/" }