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 #314dev/0.11
parent
03444f26b0
commit
c95e3459a4
|
@ -159,7 +159,6 @@ public final class CompileConfiguration {
|
|||
});
|
||||
|
||||
project1.getRepositories().mavenCentral();
|
||||
project1.getRepositories().jcenter();
|
||||
|
||||
LoomDependencyManager dependencyManager = new LoomDependencyManager();
|
||||
extension.setDependencyManager(dependencyManager);
|
||||
|
|
Loading…
Reference in New Issue