Dont add the mojang maven repo twice.
Might speed some things up as well due to ordering
This commit is contained in:
		
							parent
							
								
									f7efac5d18
								
							
						
					
					
						commit
						c1fcd93a89
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -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); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue