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 3f01d31 commit 77fa968Copy full SHA for 77fa968
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1834,7 +1834,7 @@ bom {
1834
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
1835
docs("https://docs.spring.io/spring-boot/{version}")
1836
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"
+ add("layers-xsd") { version -> "https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
1838
.formatted(version.major(), version.minor()) }
1839
}
1840
0 commit comments