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 09cc7d4 commit f978b92Copy full SHA for f978b92
build.gradle.kts
@@ -4,6 +4,7 @@
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 {
@@ -103,3 +104,4 @@ val lintPaths = listOf(
103
104
)
105
106
configureLinting(lintPaths)
107
+configureMinorVersionStrategyRules(lintPaths)
0 commit comments