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 983dca5 commit b87d914Copy full SHA for b87d914
build.gradle.kts
@@ -4,10 +4,10 @@
4
*/
5
import aws.sdk.kotlin.gradle.dsl.configureLinting
6
import aws.sdk.kotlin.gradle.dsl.configureMinorVersionStrategyRules
7
-import aws.sdk.kotlin.gradle.util.typedProp
8
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
9
import aws.sdk.kotlin.gradle.publishing.SonatypeCentralPortalPublishTask
10
import aws.sdk.kotlin.gradle.publishing.SonatypeCentralPortalWaitForPublicationTask
+import aws.sdk.kotlin.gradle.util.typedProp
+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
11
12
buildscript {
13
// NOTE: buildscript classpath for the root project is the parent classloader for the subprojects, we
0 commit comments