mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Added JDK and Spring links to Javadoc generation task.
This commit is contained in:
parent
12561660b1
commit
3fe49dfae5
@ -69,6 +69,12 @@ task apidocs(type: Javadoc) {
|
|||||||
|
|
||||||
apidocs.options.outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET
|
apidocs.options.outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET
|
||||||
|
|
||||||
|
apidocs.options.links = [
|
||||||
|
"http://static.springframework.org/spring/docs/3.0.x/javadoc-api",
|
||||||
|
"http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/",
|
||||||
|
"http://download.oracle.com/javase/6/docs/api/"
|
||||||
|
]
|
||||||
|
|
||||||
apidocs.options.groups = [
|
apidocs.options.groups = [
|
||||||
'Spring Security Core':[
|
'Spring Security Core':[
|
||||||
'org.springframework.security.core*',
|
'org.springframework.security.core*',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user