Skip to content

Commit 15488ac

Browse files
committed
Add an else println
1 parent bab02b1 commit 15488ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ val localAwsCrtKotlin = file("../aws-crt-kotlin")
3131
if (localAwsCrtKotlin.exists()) {
3232
println("Including aws-crt-kotlin as a composite build")
3333
includeBuild(localAwsCrtKotlin)
34+
} else {
35+
println("Could not find aws-crt-kotlin in a sibling directory, not including it")
3436
}
3537

3638
rootProject.name = "smithy-kotlin"

0 commit comments

Comments
 (0)