mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 05:05:20 -05:00
Dont add the mojang maven repo twice.
Might speed some things up as well due to ordering
This commit is contained in:
@@ -62,9 +62,6 @@ public final class CompileConfiguration {
|
||||
}
|
||||
|
||||
public static void setupConfigurations(Project project) {
|
||||
// Force add Mojang repository
|
||||
addMavenRepo(project, "Mojang", "https://libraries.minecraft.net/");
|
||||
|
||||
Configuration modCompileClasspathConfig = project.getConfigurations().maybeCreate(Constants.Configurations.MOD_COMPILE_CLASSPATH);
|
||||
modCompileClasspathConfig.setTransitive(true);
|
||||
Configuration modCompileClasspathMappedConfig = project.getConfigurations().maybeCreate(Constants.Configurations.MOD_COMPILE_CLASSPATH_MAPPED);
|
||||
|
||||
Reference in New Issue
Block a user