File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -114,14 +114,6 @@ jobs:
114114 with :
115115 working-directory : ./smithy-kotlin
116116
117- - name : Disable native builds # FIXME remove this step once K/N is merged
118- shell : bash
119- run : |
120- echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
121- echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
122- echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
123- echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
124-
125117 - name : Build smithy-kotlin
126118 working-directory : ./smithy-kotlin
127119 shell : bash
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ subprojects {
3232 plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
3333 }
3434
35- // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
3635 configurePublishing(" aws-sdk-kotlin" )
3736
3837 kotlin {
You can’t perform that action at this time.
0 commit comments