Skip to content

Commit d4b42f8

Browse files
committed
feedback
1 parent a9367d6 commit d4b42f8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,4 @@ val lintPaths = listOf(
107107
)
108108

109109
configureLinting(lintPaths)
110-
111-
/*
112-
Set SDK version from gradle.properties as a system property for minor versiom strategy ktlint rules
113-
See: https://github.com/aws/aws-kotlin-repo-tools/pull/132
114-
*/
115-
tasks.withType<JavaExec>()
116-
.matching { it.name == "verifyMinorVersionBump" }
117-
.configureEach {
118-
systemProperty("sdkVersion", findProperty("sdkVersion") ?: throw Exception("sdkVersion not set"))
119-
}
120110
configureMinorVersionStrategyRules(lintPaths)

0 commit comments

Comments
 (0)