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
dev/0.11
modmuss50 2020-12-26 15:15:31 +00:00
parent 03444f26b0
commit c95e3459a4
1 changed files with 0 additions and 1 deletions

View File

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