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.
2 parents 80b79ef + 77fa968 commit 288e855Copy full SHA for 288e855
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1821,7 +1821,7 @@ bom {
1821
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
1822
docs("https://docs.spring.io/spring-boot/{version}")
1823
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
1824
- 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"
1825
.formatted(version.major(), version.minor()) }
1826
}
1827
0 commit comments