Merge branch 'dev/0.8' into dev/0.9

This commit is contained in:
shedaniel
2021-06-17 23:42:04 +08:00
2 changed files with 10 additions and 3 deletions

View File

@@ -79,6 +79,9 @@ public class LoomRepositoryPlugin implements Plugin<PluginAware> {
repo.setName("Forge");
repo.setUrl("https://maven.minecraftforge.net/");
repo.content(descriptor -> {
descriptor.excludeGroupByRegex("org\\.eclipse\\.?.*");
});
repo.metadataSources(sources -> {
sources.mavenPom();
sources.ignoreGradleMetadataRedirection();