File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ nohttp {
28
28
}
29
29
30
30
ext {
31
- springFrameworkVersion = " 6.0.0-M5"
32
31
javadocLinks = [
33
32
" https://docs.spring.io/spring-framework/docs/$springFrameworkVersion /javadoc-api/" ,
34
33
" https://docs.jboss.org/hibernate/validator/7.0/api/" ,
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ asciidoctor {
48
48
include " index.adoc"
49
49
}
50
50
attributes " revnumber" : project. version,
51
+ " spring-Framework-version" : springFrameworkVersion,
51
52
" branch-or-tag" : project. version. endsWith(" SNAPSHOT" ) ? " main" : " v${ project.version} "
52
53
inputs. files(sourceSets. test. java)
53
54
outputOptions {
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Andy Wilkinson; Jay Bryant
13
13
:samples: https://github.com/spring-projects/spring-restdocs-samples/tree/main
14
14
:templates: {source}spring-restdocs/src/main/resources/org/springframework/restdocs/templates
15
15
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle
16
- :spring-framework-docs: https://docs.spring.io/spring-framework/docs/5.0.x/ spring-framework-reference
17
- :spring-framework-api: https://docs.spring.io/spring-framework/docs/5.0.x /javadoc-api
16
+ :spring-framework-docs: https://docs.spring.io/spring-framework/docs/{ spring-framework-version}/ reference/html/
17
+ :spring-framework-api: https://docs.spring.io/spring-framework/docs/{spring-framework-version} /javadoc-api
18
18
19
19
[[abstract]]
20
20
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ org.gradle.parallel=true
6
6
7
7
javaFormatVersion =0.0.34
8
8
jmustacheVersion =1.15
9
+ springFrameworkVersion =6.0.0-M5
You can’t perform that action at this time.
0 commit comments