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 
This commit is contained in:
modmuss50 2020-12-26 15:15:31 +00:00
parent 03444f26b0
commit c95e3459a4

View file

@ -159,7 +159,6 @@ public final class CompileConfiguration {
});
project1.getRepositories().mavenCentral();
project1.getRepositories().jcenter();
LoomDependencyManager dependencyManager = new LoomDependencyManager();
extension.setDependencyManager(dependencyManager);