Skip to content

Commit 2a688f6

Browse files
committed
lint
1 parent 5aa178b commit 2a688f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dokka-aws/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ tasks.withType<JavaCompile> {
4444
targetCompatibility = JavaVersion.VERSION_1_8.toString()
4545
}
4646

47-
4847
tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaTask>().configureEach {
4948
val sdkVersion: String by project
5049
moduleVersion.set(sdkVersion)
@@ -69,4 +68,4 @@ tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaTask>().configureEach {
6968
""",
7069
)
7170
pluginsMapConfiguration.set(pluginConfigMap)
72-
}
71+
}

0 commit comments

Comments
 (0)