@@ -102,7 +102,7 @@ subprojects { project ->
102
102
103
103
java {
104
104
toolchain {
105
- languageVersion = JavaLanguageVersion . of(8 )
105
+ languageVersion = JavaLanguageVersion . of(11 )
106
106
}
107
107
}
108
108
tasks. withType(JavaCompile ). configureEach {
@@ -250,7 +250,7 @@ tasks.register('alljavadoc', Javadoc) {
250
250
splitIndex = true
251
251
noTree = true
252
252
title = " commercetools Java SDK"
253
- links ' https://docs.oracle.com/javase/8 /docs/api/' , " https://fasterxml.github.io/jackson-databind/javadoc/2.14/" , ' https://commercetools.github.io/commercetools-jvm-sdk/apidocs/' , ' https://newrelic.github.io/java-agent-api/javadoc/'
253
+ links ' https://docs.oracle.com/javase/11 /docs/api/' , " https://fasterxml.github.io/jackson-databind/javadoc/2.14/" , ' https://commercetools.github.io/commercetools-jvm-sdk/apidocs/' , ' https://newrelic.github.io/java-agent-api/javadoc/'
254
254
overview = " src/main/javadoc/overview.html"
255
255
bottom = """
256
256
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/default.min.css">
@@ -280,7 +280,7 @@ tasks.register('alljavadoc', Javadoc) {
280
280
],
281
281
" Monitoring" : [" com.commercetools.monitoring.*" ]
282
282
]
283
- addStringOption(' source' , ' 8 ' )
283
+ addStringOption(' source' , ' 11 ' )
284
284
}
285
285
286
286
doLast {
@@ -310,7 +310,7 @@ tasks.register('internaldocs', Javadoc) {
310
310
splitIndex = true
311
311
noTree = true
312
312
title = " commercetools Java SDK"
313
- links ' https://docs.oracle.com/javase/8 /docs/api/' , " https://fasterxml.github.io/jackson-databind/javadoc/2.14/" , ' https://commercetools.github.io/commercetools-jvm-sdk/apidocs/' , ' https://newrelic.github.io/java-agent-api/javadoc/'
313
+ links ' https://docs.oracle.com/javase/11 /docs/api/' , " https://fasterxml.github.io/jackson-databind/javadoc/2.14/" , ' https://commercetools.github.io/commercetools-jvm-sdk/apidocs/' , ' https://newrelic.github.io/java-agent-api/javadoc/'
314
314
overview = " src/main/javadoc/overview.html"
315
315
bottom = """
316
316
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/default.min.css">
@@ -340,7 +340,7 @@ tasks.register('internaldocs', Javadoc) {
340
340
],
341
341
" Monitoring" : [" com.commercetools.monitoring.*" ]
342
342
]
343
- addStringOption(' source' , ' 8 ' )
343
+ addStringOption(' source' , ' 11 ' )
344
344
}
345
345
346
346
doLast {
0 commit comments