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 9a6c459 commit 37f6825Copy full SHA for 37f6825
.github/workflows/continuous-integration.yml
@@ -75,15 +75,8 @@ jobs:
75
run: |
76
echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
77
echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78
- echo "Contents of smithy-kotlin/gradle.properties:"
79
- cat ./smithy-kotlin/gradle.properties
80
- echo ""
81
-
82
echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
83
echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
84
- echo "Contents of aws-sdk-kotlin/gradle.properties:"
85
- cat ./aws-sdk-kotlin/gradle.properties
86
87
- name: Build smithy-kotlin
88
working-directory: ./smithy-kotlin
89
shell: bash
0 commit comments