File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ nohttp {
28
28
ext {
29
29
springFrameworkVersion = " 6.0.0-M2"
30
30
javadocLinks = [
31
- " https://docs.oracle.com/javase/8/docs/api/" ,
32
31
" https://docs.spring.io/spring-framework/docs/$springFrameworkVersion /javadoc-api/" ,
33
32
" https://docs.jboss.org/hibernate/validator/7.0/api/" ,
34
33
" https://jakarta.ee/specifications/bean-validation/3.0/apidocs/"
@@ -94,7 +93,7 @@ subprojects { subproject ->
94
93
options. links = javadocLinks
95
94
options. addStringOption " -quiet"
96
95
options. encoding = " UTF-8"
97
- options. source = " 1.8 "
96
+ options. source = " 17 "
98
97
}
99
98
100
99
java {
@@ -162,7 +161,7 @@ task api (type: Javadoc) {
162
161
encoding = " UTF-8"
163
162
memberLevel = " protected"
164
163
outputLevel = " quiet"
165
- source = " 1.8 "
164
+ source = " 17 "
166
165
splitIndex = true
167
166
use = true
168
167
windowTitle = " Spring REST Docs ${ project.version} API"
You can’t perform that action at this time.
0 commit comments