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 2499218 commit c5c9946Copy full SHA for c5c9946
build.gradle.kts
@@ -4,7 +4,6 @@
4
*/
5
import aws.sdk.kotlin.gradle.dsl.configureJReleaser
6
import aws.sdk.kotlin.gradle.dsl.configureLinting
7
-import aws.sdk.kotlin.gradle.dsl.configureMinorVersionStrategyRules
8
import aws.sdk.kotlin.gradle.util.typedProp
9
10
buildscript {
@@ -104,4 +103,3 @@ val lintPaths = listOf(
104
103
)
105
106
configureLinting(lintPaths)
107
-configureMinorVersionStrategyRules(lintPaths)
0 commit comments