File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
runtime/auth/aws-credentials/common/src/aws/smithy/kotlin/runtime/auth/awscredentials Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1818 uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
1919
2020 - name : Configure error message
21- run : echo "ERROR_MESSAGE=WARNING aws-crt-kotlin release and version bump might be required before merging! " >> $GITHUB_ENV
21+ run : echo "ERROR_MESSAGE=WARNING aws-crt-kotlin release and version bump might be required before merging" >> $GITHUB_ENV
2222
2323 - name : Build smithy-kotlin
2424 run : ./gradlew test jvmTest || { echo "$ERROR_MESSAGE"; exit 1; }
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import aws.smithy.kotlin.runtime.identity.Identity
99import aws.smithy.kotlin.runtime.identity.IdentityAttributes
1010import aws.smithy.kotlin.runtime.time.Instant
1111
12- wrench
13-
1412/* *
1513 * Represents a set of AWS credentials
1614 *
You can’t perform that action at this time.
0 commit comments