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 0d56c69 commit e327567Copy full SHA for e327567
settings.gradle.kts
@@ -46,7 +46,7 @@ val compositeProjectList = try {
46
}
47
48
} catch (e: Throwable) {
49
- logger.error("Failed to load composite project paths from local.properties")
+ logger.error("Could not load composite project paths from local.properties")
50
listOf(file("../aws-crt-kotlin"))
51
52
0 commit comments