mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Try switching to a regex and exclude in the repo that loom adds
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user