|
36 | 36 | - name: Setup Build |
37 | 37 | uses: ./aws-sdk-kotlin/.github/actions/setup-build |
38 | 38 | - name: Configure Gradle |
39 | | - uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main |
| 39 | + uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main |
40 | 40 | with: |
41 | 41 | working-directory: ./aws-sdk-kotlin |
42 | 42 | - name: Test |
@@ -68,19 +68,19 @@ jobs: |
68 | 68 | - name: Setup Build |
69 | 69 | uses: ./aws-sdk-kotlin/.github/actions/setup-build |
70 | 70 |
|
71 | | - # FIXME Re-enable Kotlin/Native builds when artifacts are available |
72 | | - - name: Disable Kotlin/Native builds |
73 | | - shell: bash |
74 | | - run: | |
75 | | - echo -e "\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties |
76 | | - echo -e "\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties |
77 | | - echo -e "\naws.kotlin.native=false" >> ./aws-crt-kotlin/gradle.properties |
78 | | -
|
79 | 71 | - name: Configure Gradle - smithy-kotlin |
80 | | - uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main |
| 72 | + uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main |
81 | 73 | with: |
82 | 74 | working-directory: ./smithy-kotlin |
83 | 75 |
|
| 76 | + - name: Disable native builds # FIXME remove this step once K/N is merged |
| 77 | + shell: bash |
| 78 | + run: | |
| 79 | + echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..." |
| 80 | + echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties |
| 81 | + echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..." |
| 82 | + echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties |
| 83 | +
|
84 | 84 | - name: Build smithy-kotlin |
85 | 85 | working-directory: ./smithy-kotlin |
86 | 86 | shell: bash |
|
91 | 91 | ./gradlew publishToMavenLocal |
92 | 92 |
|
93 | 93 | - name: Configure Gradle aws-sdk-kotlin |
94 | | - uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main |
| 94 | + uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main |
95 | 95 | with: |
96 | 96 | working-directory: ./aws-sdk-kotlin |
97 | 97 |
|
|
0 commit comments