Skip to content

Commit ea30f9e

Browse files
committed
lint
1 parent ab4bc94 commit ea30f9e

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import aws.sdk.kotlin.gradle.dsl.configureLinting
66
import aws.sdk.kotlin.gradle.dsl.configureNexus
77
import aws.sdk.kotlin.gradle.util.typedProp
8-
import org.jsoup.Jsoup
98
import java.net.URL
109

1110
buildscript {
@@ -27,10 +26,6 @@ plugins {
2726
alias(libs.plugins.aws.kotlin.repo.tools.artifactsizemetrics)
2827
}
2928

30-
//subprojects {
31-
// apply(from = "${rootProject.file("buildSrc/src/main/kotlin/dokka-customization.gradle.kts")}")
32-
//}
33-
3429
artifactSizeMetrics {
3530
artifactPrefixes = setOf(":services", ":aws-runtime")
3631
closurePrefixes = setOf(":services")

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ repositories {
88

99
dependencies {
1010
implementation(libs.jsoup)
11-
}
11+
}

buildSrc/src/main/kotlin/dokka-customization.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ tasks.register("applyCustomNavigationLoader") {
7272
file.writeText(updatedContent)
7373
}
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)