File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,17 @@ def generateAttributes() {
4040 def securityReferenceUrl = " $securityDocsUrl /reference/html5/"
4141 def springFrameworkApiUrl = " https://docs.spring.io/spring-framework/docs/$springFrameworkVersion /javadoc-api/"
4242 def springFrameworkReferenceUrl = " https://docs.spring.io/spring-framework/docs/$springFrameworkVersion /reference/html/"
43-
43+ def springBootReferenceUrl = " https://docs.spring.io/spring-boot/docs/$springBootVersion /reference/html/"
44+
4445 return [' gh-old-samples-url' : ghOldSamplesUrl. toString(),
4546 ' gh-samples-url' : ghSamplesUrl. toString(),
4647 ' gh-url' : ghUrl. toString(),
4748 ' security-api-url' : securityApiUrl. toString(),
4849 ' security-reference-url' : securityReferenceUrl. toString(),
4950 ' spring-framework-api-url' : springFrameworkApiUrl. toString(),
5051 ' spring-framework-reference-url' : springFrameworkReferenceUrl. toString(),
51- ' spring-security-version' : project. version]
52+ ' spring-boot-reference-url' : springBootReferenceUrl. toString(),
53+ ' spring-security-version' : project. version]
5254 + resolvedVersions(project. configurations. testRuntimeClasspath)
5355}
5456
You can’t perform that action at this time.
0 commit comments