Remove jcenter as a default maven repo. This will make builds faster and more reliable. It is trivial to add back manually for projects that require it.
Closes #314
This commit is contained in:
		
							parent
							
								
									03444f26b0
								
							
						
					
					
						commit
						c95e3459a4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -159,7 +159,6 @@ public final class CompileConfiguration { | |||
| 			}); | ||||
| 
 | ||||
| 			project1.getRepositories().mavenCentral(); | ||||
| 			project1.getRepositories().jcenter(); | ||||
| 
 | ||||
| 			LoomDependencyManager dependencyManager = new LoomDependencyManager(); | ||||
| 			extension.setDependencyManager(dependencyManager); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue