We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430f5e7 commit a49b57eCopy full SHA for a49b57e
cache/build.gradle.kts
@@ -99,7 +99,7 @@ tasks.withType<DokkaTask>().configureEach {
99
dokkaSourceSets.configureEach {
100
reportUndocumented.set(false)
101
skipDeprecated.set(true)
102
- jdkVersion.set(8)
+ jdkVersion.set(11)
103
}
104
105
rx2/build.gradle.kts
@@ -58,7 +58,7 @@ tasks.withType<DokkaTask>().configureEach {
58
59
60
61
62
63
64
0 commit comments