Skip to content

Commit 77fa968

Browse files
committed
Correct the location of the layers schema
Fixes gh-43032
1 parent 3f01d31 commit 77fa968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ bom {
18341834
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
18351835
docs("https://docs.spring.io/spring-boot/{version}")
18361836
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
1837-
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
1837+
add("layers-xsd") { version -> "https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
18381838
.formatted(version.major(), version.minor()) }
18391839
}
18401840
}

0 commit comments

Comments
 (0)