File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ fun Project.configureLinting(lintPaths: List<String>) {
4040 attribute(Bundling .BUNDLING_ATTRIBUTE , objects.named(Bundling .SHADOWED ))
4141 }
4242 }
43- ktlint(" aws.sdk.kotlin.gradle:style:$repoToolsVersion " )
43+ ktlint(" aws.sdk.kotlin.gradle:style-rules :$repoToolsVersion " )
4444 }
4545
4646 // add the buildscript classpath which should pick up our custom ktlint-rules (via runtimeOnly dep on this plugin)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import org.gradle.kotlin.dsl.getByType
1515import org.gradle.language.base.plugins.LifecycleBasePlugin
1616
1717/* *
18- * Configures Gradle tasks that run or fix minor-version-bump-specific Ktlint rules.
18+ * Configures Gradle task for minor-version-bump-specific Ktlint rules.
1919 */
2020fun Project.configureMinorVersionStrategyRules (lintPaths : List <String >) {
2121 verifyRootProject { " Task configuration is expected to be configured on the root project" }
You can’t perform that action at this time.
0 commit comments