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 5aa178b commit 2a688f6Copy full SHA for 2a688f6
dokka-aws/build.gradle.kts
@@ -44,7 +44,6 @@ tasks.withType<JavaCompile> {
44
targetCompatibility = JavaVersion.VERSION_1_8.toString()
45
}
46
47
-
48
tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaTask>().configureEach {
49
val sdkVersion: String by project
50
moduleVersion.set(sdkVersion)
@@ -69,4 +68,4 @@ tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaTask>().configureEach {
69
68
""",
70
)
71
pluginsMapConfiguration.set(pluginConfigMap)
72
-}
+}
0 commit comments