File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7272 working-directory : ./smithy-kotlin
7373 - name : Disable native builds # FIXME remove this step once K/N is merged
7474 run : |
75+ echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
7576 echo "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
77+ echo "Contents of smithy-kotlin/gradle.properties:"
78+ cat ./smithy-kotlin/gradle.properties
79+ echo ""
80+
81+ echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
7682 echo "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
83+ echo "Contents of aws-sdk-kotlin/gradle.properties:"
84+ cat ./aws-sdk-kotlin/gradle.properties
85+ echo ""
7786 - name : Build smithy-kotlin
7887 working-directory : ./smithy-kotlin
7988 shell : bash
You can’t perform that action at this time.
0 commit comments