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 448a817 commit c43933eCopy full SHA for c43933e
.github/workflows/continuous-integration.yml
@@ -70,8 +70,12 @@ jobs:
70
- name: Disable Kotlin/Native builds
71
shell: bash
72
run: |
73
+ echo "Echo my echoes"
74
+ echo "aws-sdk-kotlin"
75
echo "aws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
76
+ echo "smithy-kotlin"
77
echo "aws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78
+ echo "aws-crt-kotlin"
79
echo "aws.kotlin.native=false" >> ./aws-crt-kotlin/gradle.properties
80
81
- name: Configure Gradle - smithy-kotlin
0 commit comments