mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Fix grab test
This commit is contained in:
+1
-1
@@ -268,7 +268,7 @@ public class AetherGrapeEngine implements GrapeEngine {
|
||||
builder.setProxy(this.proxySelector.getProxy(repository));
|
||||
repository = builder.build();
|
||||
}
|
||||
this.repositories.add(repository);
|
||||
this.repositories.add(0, repository);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user