We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09400df commit 7082c81Copy full SHA for 7082c81
buildSrc/src/main/java/org/springframework/boot/build/bom/bomr/UpgradeBom.java
@@ -43,6 +43,7 @@ public UpgradeBom(BomExtension bom) {
43
}
44
45
private void addOpenSourceRepositories() {
46
+ getRepositoryNames().add(ArtifactRepositoryContainer.DEFAULT_MAVEN_CENTRAL_REPO_NAME);
47
getProject().getRepositories().withType(MavenArtifactRepository.class, (repository) -> {
48
String name = repository.getName();
49
if (name.startsWith("spring-") && !name.endsWith("-snapshot")) {
0 commit comments